diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index 8e17eb0c885..97ccccb1cbc 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -923,7 +923,7 @@ if (!$variants) { $stock_real = price2num($obj->reel, 'MS'); print ''; print ''; - if(!empty($conf->productbatch->enabled)) { + if (!empty($conf->productbatch->enabled)) { print '' . (empty($conf->global->STOCK_SHOW_ALL_BATCH_BY_DEFAULT) ? '(+)' : '(-)') . ' '; } print $entrepotstatic->getNomUrl(1).'';