From 6de2535aaa20180264698d1af1367ed86e8d6171 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 3 Jul 2026 12:52:55 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20libell=C3=A9=20onglet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other_amortizations.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/other_amortizations.html b/other_amortizations.html index 61f870f..6626368 100644 --- a/other_amortizations.html +++ b/other_amortizations.html @@ -22,13 +22,13 @@ {{:include file="_get_credit_lines.html" immo_doc_id=$_GET.immo_doc_id keep="linked_immos, total_credits"}} {{:assign montant_immo="%d-%d"|math:$montant_immo:$total_credits}} +{{* déterminer le compte d'amortissement en fonction du compte d'immobilisation *}} +{{:include + file="./_get_amort_code.html" + code_immo=$ligne_immo.account_code + keep="code_amort" +}} {{if $_GET.filter}} - {{* déterminer le compte d'amortissement en fonction du compte d'immobilisation *}} - {{:include - file="./_get_amort_code.html" - code_immo=$ligne_immo.account_code - keep="code_amort" - }} {{:assign filter_condition="account.code = "|cat:$code_amort}} {{else}} {{:assign account_filter="28%"|quote_sql}}