Fixing style errors.
This commit is contained in:
parent
1135ba7116
commit
daa7e56d35
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user