From eba17e22fb330b78a38abf5f520d6d22b61dfafc Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 27 Aug 2020 14:13:31 +0200 Subject: [PATCH] Show beneficiary on order confirmation page --- .../templates/pretixpresale/event/checkout_confirm.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html index ab79842825..b3e607b7b7 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html @@ -109,6 +109,10 @@
{% trans "VAT ID" %}
{{ addr.vat_id }}
{% endif %} + {% if addr.beneficiary %} +
{% trans "Beneficiary" %}
+
{{ addr.beneficiary|linebreaksbr }}
+ {% endif %} {% if request.event.settings.invoice_address_custom_field and addr.custom_field %}
{{ request.event.settings.invoice_address_custom_field }}
{{ addr.custom_field }}