From 9fbb5087b91f3fdaab4b6d7a331cc1ad896d81b1 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Fri, 23 Apr 2021 16:05:24 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/product/stock/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php index 0cd30ed827a..3ceb896741e 100644 --- a/htdocs/product/stock/card.php +++ b/htdocs/product/stock/card.php @@ -611,7 +611,7 @@ if ($action == 'create') { // Add fields from hooks $parameters = array(); $reshook = $hookmanager->executeHooks('printFieldListSelect', $parameters); // Note that $action and $object may have been modified by hook - if($reshook > 0){ //Note that $sql is replaced if reshook > 0 + if ($reshook > 0) { //Note that $sql is replaced if reshook > 0 $sql = ""; } $sql .= $hookmanager->resPrint;