From e4a637c6525ba2b84c17cb9767ca857aa8461884 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Mon, 11 May 2026 10:23:28 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20erreur=20affichage=20annuit=C3=A9?= =?UTF-8?q?=20estim=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amortization.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/amortization.html b/amortization.html index 237ee0c..60fb1c4 100644 --- a/amortization.html +++ b/amortization.html @@ -64,7 +64,6 @@ {{/if}} {{/load}} {{:assign solde="%d-%d"|math:$ligne_immo.montant:$total_credits}} -{{*:debug info_immo=$info_immo ligne_immo=$ligne_immo total_credits=$total_credits solde=$solde*}} {{if $info_immo.status == "amortized"}} {{:assign amort_amount=$solde}} @@ -213,7 +212,7 @@ {{/if}} {{if $info_immo.duration != null && $valeur_residuelle > 0}}
Annuité estimée
-
{{"min(%d, %f/%d)"|math:$valeur_residuelle:solde:$info_immo.duration|money_currency_html:false|raw}}
+
{{"min(%d, %f/%d)"|math:$valeur_residuelle:$solde:$info_immo.duration|money_currency_html:false|raw}}
{{/if}}