Box office: SHow payment type "cash"

This commit is contained in:
Raphael Michel
2023-01-25 17:27:22 +01:00
parent ee6fbbf648
commit acc34c29f7

View File

@@ -98,5 +98,8 @@
<dd>{{ payment_info.payment_data.posEntryMode }}</dd>
<dt>{% trans "Result Code" %}</dt>
<dd>{{ payment_info.payment_data.posResultCode }}</dd>
{% elif payment_info.payment_type == "cash" %}
<dt>{% trans "Payment method" %}</dt>
<dd>{% trans "Cash" %}</dd>
{% endif %}
</dl>