Fixing style errors.
This commit is contained in:
parent
27c70466c2
commit
cf2f2c283b
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user