Fixing style errors.
This commit is contained in:
parent
894eb1e5a4
commit
a79823742f
@ -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) ? '(+)' : '(-)') . ' </a>';
|
||||
}
|
||||
print $entrepotstatic->getNomUrl(1).'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user