add error on create bills massaction

This commit is contained in:
atm-quentin 2018-10-16 12:19:48 +02:00
parent f11e1940fc
commit a7f3d066e8

View File

@ -199,6 +199,8 @@ if (empty($reshook))
if($res > 0){
$nb_bills_created++;
$object->id = $res;
}else {
$error++;
}
}