Fix :OD ledger : card categorie always unchecked
This commit is contained in:
parent
8625967a71
commit
19969142be
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue