Show the currency on pending banktransfers (#289)

This commit is contained in:
Tobias Kunze
2016-10-29 12:29:07 +02:00
committed by Raphael Michel
parent d13198167a
commit b74111f0d8

View File

@@ -7,6 +7,6 @@
<address> <address>
{{ details|linebreaksbr }}<br /> {{ details|linebreaksbr }}<br />
{% trans "Amount:" %} {{ order.total|localize }} {{ request.event.currency }}<br /> {% trans "Amount:" %} {{ order.total|localize }} {{ event.currency }}<br />
<strong>{% trans "Reference code (important):" %} {{ order.full_code }}</strong> <strong>{% trans "Reference code (important):" %} {{ order.full_code }}</strong>
</address> </address>