From 2de72ed22c4def36f3ee3e43802e34cc5d7e48f5 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Sat, 4 Jul 2026 18:43:41 +0200 Subject: [PATCH] =?UTF-8?q?Masquer=20bouton=20D=C3=A9tacher=20seulement=20?= =?UTF-8?q?s'il=20y=20a=20un=20amortissement=20cr=C3=A9=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amortization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amortization.html b/amortization.html index b23d236..81d0cfc 100644 --- a/amortization.html +++ b/amortization.html @@ -175,7 +175,7 @@ {{$line.label}} {{"%f"|math:$line.amount|money_currency_html:false|raw}} - {{if $total_amort == 0}} + {{if ! $created_amort}} {{:linkbutton label="Détacher" href="detach_credit.html?immo_doc_id=%s&credit_line_id=%s"|args:$_GET.immo_doc_id:$line.credit_line_id shape="minus"}} {{/if}}