Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-19 12:41:17 +00:00
parent 894eb1e5a4
commit a79823742f

View File

@ -927,7 +927,7 @@ if (!$variants) {
$stock_real = price2num($obj->reel, 'MS');
print '<tr class="oddeven">';
print '<td colspan="4">';
if(!empty($conf->productbatch->enabled)) {
if (!empty($conf->productbatch->enabled)) {
print '<a class="collapse_batch" id="ent' . $entrepotstatic->id . '" href="#">' . (empty($conf->global->STOCK_SHOW_ALL_BATCH_BY_DEFAULT) ? '(+)' : '(-)') . '&nbsp;</a>';
}
print $entrepotstatic->getNomUrl(1).'</td>';