Skip to content
Snippets Groups Projects
Verified Commit e423b568 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Account for all payment variants in invoice PDF

parent b154b946
No related branches found
No related tags found
1 merge request!14Payments
Pipeline #59262 failed
......@@ -202,7 +202,7 @@
{% render_table invoice.purchased_items_table %}
{% render_table invoice.totals_table %}
{% if invoice.variant == "transfer" %}
{% if invoice.variant == "pledge" %}
<p>
{% blocktrans %}
Please make the payment with a member of the board or by bank transfer to the following
......@@ -223,15 +223,14 @@
<td>COLSDE33XXX</td>
</tr>
</table>
{% endif %}
{% if invoice.variant == "sepa" %}
{% else %}
<p>
{% blocktrans %}
The payment will be withdrawn using SEPA direct debit from your bank account.
The payment will be made via:
{% endblocktrans %}
{% endif %}
{{ invoice.get_variant_name }}
</p>
{% endif %}
</article>
<footer>
<div class="text"><p>Vereinsregister Amtsgericht Bonn · VR 9846</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment