From 6ebfbe244ecd9078bb94430d95bf26fb3ef7f98a Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 17 Jun 2026 13:42:22 +0200 Subject: [PATCH] Correction erreur marquage immo amortie --- attach_amort.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attach_amort.html b/attach_amort.html index 61a5a1a..a6d05bb 100644 --- a/attach_amort.html +++ b/attach_amort.html @@ -121,7 +121,7 @@ {{/load}} {{* immo soldée ? *}} - {{if $total_amort == $montant_immo}} + {{if $total_amort == $montant_immo && $_GET.from != "exit"}} {{:assign status="amortized"}} {{:save key=$info_immo.key