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}}