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

Add due date to invoice PDF

parent d2e8a1d3
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@
<p>
{% blocktrans %}
Please make the payment with a member of the board or by bank transfer to the following
account within 7 days:
account:
{% endblocktrans %}
</p>
<table>
......@@ -231,6 +231,14 @@
{{ invoice.get_variant_name }}
</p>
{% endif %}
{% if invoice.due_date %}
<p>
{% blocktrans %}
The payment is due on
{% endblocktrans %}
{{ invoice.due_date }}
</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