From ec44fd19d29895ec4350513ddb2d9fd6f971cbdc Mon Sep 17 00:00:00 2001 From: lainwir3d Date: Wed, 30 Mar 2022 16:59:12 +0400 Subject: [PATCH] Add product label near its ref in the inventory details page. --- htdocs/product/inventory/inventory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/inventory/inventory.php b/htdocs/product/inventory/inventory.php index 95000d37055..ebea8239818 100644 --- a/htdocs/product/inventory/inventory.php +++ b/htdocs/product/inventory/inventory.php @@ -649,7 +649,7 @@ if ($object->id > 0) { print $warehouse_static->getNomUrl(1); print ''; print ''; - print $product_static->getNomUrl(1); + print $product_static->getNomUrl(1)." - ".$product_static->label; print ''; if ($conf->productbatch->enabled) {