- in PDF version - in HTML version fix #94
@@ -37,6 +37,10 @@
</tbody>
</table>
+<p>
+ Facture à payer avant le {{ invoice.date_due }}.
+</p>
+
<h3>Règlement</h3>
{% if invoice.payments.exists %}
@@ -203,6 +203,9 @@
+ <p>
+ </p>
<div id="paiements">
{% include "billing/payment_howto.html" %}