Update inventory.php

Add the product name after the reference for better visualization during inventories.
This commit is contained in:
Mikaël MARTIN 2021-09-17 13:17:23 +02:00 committed by GitHub
parent 7a9ea1e8e0
commit 7c4fe41e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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