Fixing style errors.

This commit is contained in:
stickler-ci 2021-10-20 07:52:24 +00:00
parent 1135ba7116
commit daa7e56d35

View File

@ -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);