fix missing error on stock mouvment with batch

This commit is contained in:
TuxGasy 2017-07-04 21:48:38 +02:00
parent 9f50882d6d
commit 5b154946a8

View File

@ -730,6 +730,7 @@ class Expedition extends CommonObject
if ($result < 0) {
$error++;
$this->errors[]=$mouvS->error;
$this->errors = array_merge($this->errors, $mouvS->errors);
break;
}
}