From 18df7a83860e6031e5dd2618e51eb063a454d978 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Mon, 13 Jul 2026 13:47:37 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20libell=C3=A9=20lignes=20immo=20cr?= =?UTF-8?q?=C3=A9=C3=A9e=20par=20transfert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transfer.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/transfer.html b/transfer.html index 9a979b1..3017036 100644 --- a/transfer.html +++ b/transfer.html @@ -44,7 +44,6 @@ SUM(line.debit) AS line_debit, account.code AS account_code, account.label AS account_label, - line.label as line_label, line.id_project as project_id FROM acc_transactions AS trans INNER JOIN acc_transactions_lines AS line ON line.id_transaction = trans.id @@ -56,7 +55,7 @@ }} {{:assign var="transactions.%s"|args:$trans_id amount=$line_debit - line_label=$line_label + line_label=$trans_label date=$trans_date code=$account_code label=$account_label