From 993920628bfd338883fb9657871a74b6ce68c7b5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Apr 2019 12:33:24 +0200 Subject: [PATCH] Fix phpcs --- 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 b4133d8ed8a..0de9fa76786 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -719,7 +719,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) // Fields from hook $parameters=array( 'objp'=>$objp); - $reshook=$hookmanager->executeHooks('printFieldListValue',$parameters); // Note that $action and $object may have been modified by hook + $reshook=$hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook print $hookmanager->resPrint; print '';