From 6e06d4f24f2383a3f0cd167b7326373b0bc34e33 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Mon, 6 Jan 2025 14:04:36 +0100 Subject: [PATCH] Correction affichage solde nul --- amortization.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amortization.html b/amortization.html index 466eb19..1a90d4f 100644 --- a/amortization.html +++ b/amortization.html @@ -142,7 +142,7 @@ #{{$line.amort_trans_id}} {{$line.amort_date|date_short}} {{"%f"|math:$line.amort_amount|money}} - {{"%f"|math:$solde|money}} + {{"%f"|math:$solde|money:false}} {{if $line.amort_label == null}} {{$line.trans_label}} @@ -197,7 +197,7 @@ {{"%d+1"|math:$num}} {{$date_amort|date_short}} {{"%f"|math:$annuite_courante|money}} - {{if $solde == 0}}0,00{{else}}{{"%f"|math:$solde|money}}{{/if}} + {{$solde|money:false}} {{if $libelle == null}} {{:assign libelle="Amortissement "|cat:$ligne_immo.label}}