Merge pull request #18746 from BlueGarm/patch-1

Product name in inventory list
This commit is contained in:
Laurent Destailleur 2021-09-18 16:09:48 +02:00 committed by GitHub
commit 002703e724
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) {