Correction erreur affichage annuité estimée
This commit is contained in:
parent
49b207c0e1
commit
e4a637c652
1 changed files with 1 additions and 2 deletions
|
|
@ -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}}
|
||||
<dt>Annuité estimée</dt>
|
||||
<dd>{{"min(%d, %f/%d)"|math:$valeur_residuelle:solde:$info_immo.duration|money_currency_html:false|raw}}</dd>
|
||||
<dd>{{"min(%d, %f/%d)"|math:$valeur_residuelle:$solde:$info_immo.duration|money_currency_html:false|raw}}</dd>
|
||||
{{/if}}
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue