Update inventory.php
Add the product name after the reference for better visualization during inventories.
This commit is contained in:
parent
7a9ea1e8e0
commit
7c4fe41e84
@ -748,7 +748,7 @@ if ($object->id > 0) {
|
|||||||
print $warehouse_static->getNomUrl(1);
|
print $warehouse_static->getNomUrl(1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td id="id_'.$obj->rowid.'_product">';
|
print '<td id="id_'.$obj->rowid.'_product">';
|
||||||
print $product_static->getNomUrl(1);
|
print $product_static->getNomUrl(1).' - '.$product_static->label;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
if ($conf->productbatch->enabled) {
|
if ($conf->productbatch->enabled) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user