[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/02: Fix :OD ledger : card categorie always
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 01/02: Fix :OD ledger : card categorie always unchecked |
Date: |
Sat, 28 Sep 2024 07:51:11 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 19969142beaa963cca80571160c53fc907ef75a0
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Fri Sep 27 19:40:57 2024 +0200
Fix :OD ledger : card categorie always unchecked
---
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 d960286dc..51ea8c3f0 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";
- if (!empty($reb)) foreach ( $rdeb as $element) {
+ if (!empty($rdeb)) foreach ( $rdeb as $element) {
if ( $element == $res['fd_id'] ) {
$CHECKED="CHECKED";
break;