Merge branch 'new_fields_on_group' of github.com:atm-maxime/dolibarr into new_fields_on_group

This commit is contained in:
Maxime Kohlhaas 2020-04-15 08:45:10 +02:00
commit a93a5bd6e1

View File

@ -90,7 +90,6 @@ $reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
if (empty($reshook)) {
$backurlforlist = DOL_URL_ROOT.'/user/group/list.php';
if (empty($backtopage) || ($cancel && empty($id))) {