From 00f35d12cde6075130340e237dc2b061ea46fd7a Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Fri, 17 Oct 2014 15:26:33 +0200 Subject: [PATCH] french typo fix Closes #5749 --- facturier/templates/facturier/tipi.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facturier/templates/facturier/tipi.html b/facturier/templates/facturier/tipi.html index f65d3cd..cb7b4dc 100644 --- a/facturier/templates/facturier/tipi.html +++ b/facturier/templates/facturier/tipi.html @@ -45,7 +45,7 @@
{% if invoice.paid_amount|to_decimal and invoice.total_amount != invoice.paid_amount %} -

Facture reglée partiellement

+

Facture réglée partiellement

{% endif %}

Montant de la facture : {{ invoice.total_amount }} €

Montant restant à régler : {{ invoice.amount }} €