From a7f3d066e89077135aef5cc66534c4d340a018be Mon Sep 17 00:00:00 2001 From: atm-quentin Date: Tue, 16 Oct 2018 12:19:48 +0200 Subject: [PATCH] add error on create bills massaction --- htdocs/reception/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/reception/list.php b/htdocs/reception/list.php index 2d94dafdae6..e8b6dcd19da 100644 --- a/htdocs/reception/list.php +++ b/htdocs/reception/list.php @@ -199,6 +199,8 @@ if (empty($reshook)) if($res > 0){ $nb_bills_created++; $object->id = $res; + }else { + $error++; } }