Skip to content

Commit

Permalink
fix missing error on stock mouvment with batch
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxgasy committed Jul 4, 2017
1 parent 9f50882 commit 5b15494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/expedition/class/expedition.class.php
Expand Up @@ -730,6 +730,7 @@ function valid($user, $notrigger=0)
if ($result < 0) {
$error++;
$this->errors[]=$mouvS->error;
$this->errors = array_merge($this->errors, $mouvS->errors);
break;
}
}
Expand Down

0 comments on commit 5b15494

Please sign in to comment.