Merge branch 'NEW_OF_Child' of github.com:atm-lena/dolibarr into NEW_OF_Child

This commit is contained in:
atm-lena 2022-02-21 10:22:41 +01:00
commit ce12442c36

View File

@ -82,7 +82,7 @@ print '<td class="center">';
//print '<input id="cb'.$this->tpl['id'].'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$this->tpl['id'].'"'.($selected?' checked="checked"':'').'>';
print '</td>';
if($tmpbom->id) {
if ($tmpbom->id) {
print '<td class="center">';
print '<input type="checkbox" name="bomlineid[]" value="' . $line->id . '">';
print '</td>';