Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0

This commit is contained in:
Laurent Destailleur 2022-01-23 16:12:27 +01:00
commit 251609eb26

View File

@ -787,8 +787,7 @@ if (empty($reshook))
} else { } else {
$db->rollback(); $db->rollback();
dol_print_error($db, $object->error); setEventMessages($object->error, $object->errors, 'errors');
exit;
} }
} }