fix incorrect indent
This commit is contained in:
parent
c8d039508f
commit
9f50882d6d
@ -716,7 +716,7 @@ class Expedition extends CommonObject
|
||||
if ($result < 0) {
|
||||
$error++;
|
||||
$this->errors[]=$mouvS->error;
|
||||
$this->errors = array_merge($this->errors, $mouvS->errors);
|
||||
$this->errors = array_merge($this->errors, $mouvS->errors);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user