From 2b61fba8c16abee594ac2a60dd5822c06bd7205a Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 12 Jun 2026 12:08:16 +0200 Subject: [PATCH] =?UTF-8?q?Autres=20amortissements=20:=20afficher=20montan?= =?UTF-8?q?t=20non=20affect=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _get_free_amort.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_get_free_amort.html b/_get_free_amort.html index 1e9809e..8a2649b 100644 --- a/_get_free_amort.html +++ b/_get_free_amort.html @@ -41,6 +41,7 @@ {{* pas de ligne d'immo liée à cette ligne d'amort => garder cette ligne d'amortissement *}} {{/load}} {{if $keep_amort && $amort_amount < $amort_line.amount}} + {{:assign var="amort_line.amount" value="%d-%d"|math:$amort_line.amount:$amort_amount}} {{:assign var="free_amort_lines." value=$amort_line}} {{/if}} {{/select}}