From daa7e56d3551011331a55b3a6902c9c1717570b8 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 20 Oct 2021 07:52:24 +0000 Subject: [PATCH] Fixing style errors. --- .../product/stock/stocktransfer/class/stocktransfer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php b/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php index d6183242453..d8f987a5b53 100644 --- a/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php +++ b/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php @@ -487,7 +487,7 @@ class StockTransfer extends CommonObject */ public function delete(User $user, $notrigger = false) { - if($this->status > self::STATUS_VALIDATED) { + if ($this->status > self::STATUS_VALIDATED) { return 0; } else { return $this->deleteCommon($user, $notrigger);