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
Pipeline #59449 failed
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
<p> <p>
{% blocktrans %} {% blocktrans %}
Please make the payment with a member of the board or by bank transfer to the following Please make the payment with a member of the board or by bank transfer to the following
account within 7 days: account:
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<table> <table>
...@@ -231,6 +231,14 @@ ...@@ -231,6 +231,14 @@
{{ invoice.get_variant_name }} {{ invoice.get_variant_name }}
</p> </p>
{% endif %} {% endif %}
{% if invoice.due_date %}
<p>
{% blocktrans %}
The payment is due on
{% endblocktrans %}
{{ invoice.due_date }}
</p>
{% endif %}
</article> </article>
<footer> <footer>
<div class="text"><p>Vereinsregister Amtsgericht Bonn · VR 9846</p> <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