From 340c02d851b6b4df5d175548cc10db78bc567342 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 25 Nov 2025 11:20:31 +0100 Subject: [PATCH] Cosmetic : notice if accounting with wrong total --- include/class/acc_account_ledger.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/class/acc_account_ledger.class.php b/include/class/acc_account_ledger.class.php index 4de07021d..e763296fb 100644 --- a/include/class/acc_account_ledger.class.php +++ b/include/class/acc_account_ledger.class.php @@ -472,7 +472,8 @@ class Acc_Account_Ledger $label.=_("Solde débiteur au lieu de créditeur")." ".''; } - echo ''.$label.''; + if ( $label !="" ) + echo ''.$label.''; if ( $from_div == 1) echo "";