Fixing style errors.

This commit is contained in:
stickler-ci 2023-01-24 13:28:59 +00:00
parent b964f1a476
commit 08bd8caaf2

View File

@ -1161,9 +1161,9 @@ if (empty($reshook)) {
setEventMessages($object->error, $object->errors, 'errors');
}
}
header("Location: ".$_SERVER["PHP_SELF"]."?id=".GETPOST('id', 'int'));
exit;
header("Location: ".$_SERVER["PHP_SELF"]."?id=".GETPOST('id', 'int'));
exit;
}
if ($action == 'confirm_delete_line' && GETPOST("confirm", 'alpha') == "yes" && $user->rights->expensereport->creer) {