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 '';