Bugfix: Swiss VAT wrongly being applied to non EU customers
This commit is contained in:
		
					parent
					
						
							
								c4013178f5
							
						
					
				
			
			
				commit
				
					
						ed74504270
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -619,6 +619,7 @@ class OrderConfirmationView(DetailView, FormView): | ||||||
|             vm_specs["vat_country"] = user_vat_country |             vm_specs["vat_country"] = user_vat_country | ||||||
|             vm_specs["discount"] = discount |             vm_specs["discount"] = discount | ||||||
|             vm_specs["total_price"] = round(price + vat - discount['amount'], 2) |             vm_specs["total_price"] = round(price + vat - discount['amount'], 2) | ||||||
|  |             request.session['specs'] = vm_specs | ||||||
| 
 | 
 | ||||||
|             context.update({ |             context.update({ | ||||||
|                 'vm': vm_specs, |                 'vm': vm_specs, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue