Fix missing error message

This commit is contained in:
TuxGasy 2017-07-03 14:01:11 +02:00
parent c56ea50251
commit c8d039508f

View File

@ -716,6 +716,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;
} }
} }