Merge branch '13.0_new_collapse_batch_detail' of github.com:atm-gauthier/dolibarr into 13.0_new_collapse_batch_detail
This commit is contained in:
commit
b87773d5a0
@ -923,7 +923,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