Fix vat_country

This commit is contained in:
PCoder 2019-12-07 19:42:46 +05:30
parent b33271ce7d
commit d8172d6bb2
1 changed files with 1 additions and 1 deletions

View File

@ -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)