Banktransfer: Consistently use order.full_code

This commit is contained in:
Raphael Michel
2016-08-16 14:34:57 +02:00
parent 72adbfb3bd
commit 2cfdab35bf

View File

@@ -19,6 +19,6 @@
{% endblocktrans %}</p>
<dl class="dl-horizontal">
<dt>{% trans "Reference code" %}</dt>
<dd>{{ event.slug|upper }}{{ order.code }}</dd>
<dd>{{ order.full_code }}</dd>
</dl>
{% endif %}