This commit is contained in:
Anthony Berton 2022-10-26 15:43:59 +02:00
parent e1ee0b7d66
commit cb3680a91b

View File

@ -1479,6 +1479,7 @@ if ($resql) {
} }
print '<input id="cb'.$obj->rowid.'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$obj->rowid.'"'.($selected ? ' checked="checked"' : '').'>'; print '<input id="cb'.$obj->rowid.'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$obj->rowid.'"'.($selected ? ' checked="checked"' : '').'>';
} }
print '</td>';
} }
// Détail commande // Détail commande