Merge pull request #18746 from BlueGarm/patch-1
Product name in inventory list
This commit is contained in:
commit
002703e724
@ -748,7 +748,7 @@ if ($object->id > 0) {
|
||||
print $warehouse_static->getNomUrl(1);
|
||||
print '</td>';
|
||||
print '<td id="id_'.$obj->rowid.'_product">';
|
||||
print $product_static->getNomUrl(1);
|
||||
print $product_static->getNomUrl(1).' - '.$product_static->label;
|
||||
print '</td>';
|
||||
|
||||
if ($conf->productbatch->enabled) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user