From 2beb16ef329b62e9697c09836211c1b2856b1278 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Apr 2016 12:30:36 +0200 Subject: [PATCH] Remove limit on product ref on replenishment --- htdocs/product/stock/replenish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index c31699a12ef..8fe2a7acf17 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -557,7 +557,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) //print ''; print ''; - print ''.$prod->getNomUrl(1, '', 16).''; + print ''.$prod->getNomUrl(1, '').''; print '' . $objp->label . '';