Add product label near its ref in the inventory details page.
This commit is contained in:
parent
02ad8b8858
commit
ec44fd19d2
@ -649,7 +649,7 @@ if ($object->id > 0) {
|
||||
print $warehouse_static->getNomUrl(1);
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
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