From 636f1e642dfb6c29793225f9f5caef3414feeef7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 3 Jul 2020 01:31:48 +0200 Subject: [PATCH] Fix param of product id to switch to list of order --- 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 56b9dd4781f..34a6f61bbb0 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -766,7 +766,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) print ''.$warning.$stock.''; // Already ordered - print ''.$ordered.' '.$picto.''; + print ''.$ordered.' '.$picto.''; // To order //print '';