Fix using wrongly copy/pasted variable
This commit is contained in:
parent
d0398ddec2
commit
d2d9eafa41
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ class OrdersHostingDetailView(LoginRequiredMixin, DetailView, FormView):
|
|||
vm_specs["discount"] = discount
|
||||
vm_specs["total_price"] = round(price + vat - discount['amount'],
|
||||
2)
|
||||
context['vm']["after_eu_vat_intro"] = True
|
||||
vm_specs["after_eu_vat_intro"] = True
|
||||
context['vm'] = vm_specs
|
||||
return context
|
||||
|
||||
|
|
Loading…
Reference in a new issue