fix missing error on stock mouvment with batch
This commit is contained in:
parent
9f50882d6d
commit
5b154946a8
@ -730,6 +730,7 @@ class Expedition extends CommonObject
|
|||||||
if ($result < 0) {
|
if ($result < 0) {
|
||||||
$error++;
|
$error++;
|
||||||
$this->errors[]=$mouvS->error;
|
$this->errors[]=$mouvS->error;
|
||||||
|
$this->errors = array_merge($this->errors, $mouvS->errors);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user