mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix typo
This commit is contained in:
@@ -560,7 +560,7 @@ class QuestionsStep(QuestionsViewMixin, CartMixin, TemplateFlowStep):
|
|||||||
invoice_address=self.invoice_form.instance
|
invoice_address=self.invoice_form.instance
|
||||||
)
|
)
|
||||||
if abs(diff) > Decimal('0.001'):
|
if abs(diff) > Decimal('0.001'):
|
||||||
messages.info(request, _('Due to thec invoice address you entered, we need to apply a different tax '
|
messages.info(request, _('Due to the invoice address you entered, we need to apply a different tax '
|
||||||
'rate to your purchase and the price of the products in your cart has '
|
'rate to your purchase and the price of the products in your cart has '
|
||||||
'changed accordingly.'))
|
'changed accordingly.'))
|
||||||
return redirect(self.get_next_url(request) + '?open_cart=true')
|
return redirect(self.get_next_url(request) + '?open_cart=true')
|
||||||
|
|||||||
Reference in New Issue
Block a user