diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index 07ee7a66584..9ef7b011d12 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.php
@@ -969,7 +969,7 @@ if (!$variants) {
print '
';
print '| ';
print $entrepotstatic->getNomUrl(1);
- if (!empty($conf->productbatch->enabled)) {
+ if (!empty($conf->productbatch->enabled) && $object->hasbatch()) {
print '';
print (empty($conf->global->STOCK_SHOW_ALL_BATCH_BY_DEFAULT) ? '(+)' : '(-)');
print '';
|