Fixing style errors.

This commit is contained in:
stickler-ci 2022-02-21 09:17:20 +00:00
parent 27c70466c2
commit cf2f2c283b

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>';