[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 13/26: Bug : warning for ledger C0JRN when no
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 13/26: Bug : warning for ledger C0JRN when no category card is checked |
Date: |
Wed, 25 Sep 2024 06:44:49 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit b1fb064620a74ce0bd1081126a402cedc894f404
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] 16/26: MOD2 : update, (continued)
- [Noalyss-commit] [noalyss] 16/26: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 25/26: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 20/26: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/26: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 05/26: Change color border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/26: Cosmetic : animate bar menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/26: Cosmetic : menu and module , animate, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 11/26: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 13/26: Bug : warning for ledger C0JRN when no category card is checked,
dwm <=
- [Noalyss-commit] [noalyss] 12/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/26: Update MOD1, Belgian template add VAT, document, ..., dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 15/26: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 18/26: SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 21/26: INSTALL: template must always use its own db structure, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 22/26: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 23/26: MOD2 : remove schema, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 24/26: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 26/26: REVERT 9bc780c62 SALE : by default invoice not checked, dwm, 2024/09/25