From a2db403abe33607281fd27a80809ca05828f0e5a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Sep 2020 22:44:31 +0200 Subject: [PATCH] Fix phpcs --- htdocs/product/stock/product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index dcb87c9dcbc..c648d3f5f4c 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -345,7 +345,7 @@ if ($action == "transfert_stock" && !$cancel) $pricedest = $pricesrc; $nbpiece = price2num(GETPOST("nbpiece", 'alphanohtml')); - + if ($object->hasbatch()) { $pdluo = new Productbatch($db);