Update contact.php

action 'deletecontact' may have beeen cancelled by triggers. this is not system error
This commit is contained in:
fr69400 2021-04-16 10:31:18 +02:00 committed by GitHub
parent 8b2304ec8e
commit 65b55a79a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ if ($action == 'addcontact' && $user->rights->commande->creer) {
header("Location: ".$_SERVER['PHP_SELF']."?id=".$object->id);
exit;
} else {
dol_print_error($db);
etEventMessages($object->error, $object->errors, 'errors');
}
}
/*