Use correct vat
This commit is contained in:
		
					parent
					
						
							
								48cc2b4939
							
						
					
				
			
			
				commit
				
					
						6132638faa
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -681,7 +681,7 @@ class OrderConfirmationView(DetailView, FormView): | |||
|                                             2) | ||||
|             vm_specs["vat_country"] = user_vat_country | ||||
|             vm_specs["discount"] = discount | ||||
|             vm_specs["price_with_vat"] = price + vat | ||||
|             vm_specs["price_with_vat"] = price + vm_specs["vat"] | ||||
|             vm_specs["price_after_discount"] = round(price - discount['amount'], 2) | ||||
|             vm_specs["price_after_discount_with_vat"] = round((price - discount['amount']) + vm_specs["vat"], 2) | ||||
|             request.session['specs'] = vm_specs | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue