[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/19: Bug : warning for ledger C0JRN when no
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 05/19: Bug : warning for ledger C0JRN when no category card is checked |
Date: |
Wed, 25 Sep 2024 06:45:02 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 26b2b32a331f858b19f412e02fedbc91e85f78c3
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Sep 21 18:23:18 2024 +0200
Bug : warning for ledger C0JRN when no category card is checked
---
include/template/param_jrn.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/template/param_jrn.php b/include/template/param_jrn.php
index d93576dd0..d960286dc 100644
--- a/include/template/param_jrn.php
+++ b/include/template/param_jrn.php
@@ -359,7 +359,7 @@ endif;
for ($i=0;$i<$num;$i++) {
$res=$cn->fetch($i);
$CHECKED=" unchecked";
- foreach ( $rdeb as $element) {
+ if (!empty($reb)) foreach ( $rdeb as $element) {
if ( $element == $res['fd_id'] ) {
$CHECKED="CHECKED";
break;
- [Noalyss-commit] [noalyss] branch unstable updated (852cddcc1 -> 8625967a7), dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/19: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 07/19: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 05/19: Bug : warning for ledger C0JRN when no category card is checked,
dwm <=
- [Noalyss-commit] [noalyss] 09/19: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/19: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/19: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/19: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 01/19: Code change + typo, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/19: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 18/19: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 19/19: REVERT 9bc780c62 SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/19: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 06/19: Update MOD1, Belgian template add VAT, document, ..., dwm, 2024/09/25