Fix vat_country
This commit is contained in:
		
					parent
					
						
							
								b33271ce7d
							
						
					
				
			
			
				commit
				
					
						d8172d6bb2
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -616,7 +616,7 @@ class OrderConfirmationView(DetailView, FormView): | |||
|             vm_specs["price"] = price | ||||
|             vm_specs["vat"] = vat | ||||
|             vm_specs["vat_percent"] = vat_percent | ||||
|             vm_specs["vat_country"] = vat_percent | ||||
|             vm_specs["vat_country"] = user_vat_country | ||||
|             vm_specs["discount"] = discount | ||||
|             vm_specs["total_price"] = round(price + vat - discount['amount'], 2) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue