Add product label near its ref in the inventory details page.

This commit is contained in:
lainwir3d 2022-03-30 16:59:12 +04:00
parent 02ad8b8858
commit ec44fd19d2

View File

@ -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) {