Merge pull request #23675 from noec764/14_FixExpenseReportAddLine
FIX: ExpenseReport card was not reloaded after addline
This commit is contained in:
commit
14b9a88218
@ -1162,7 +1162,8 @@ if (empty($reshook)) {
|
||||
}
|
||||
}
|
||||
|
||||
$action = '';
|
||||
header("Location: ".$_SERVER["PHP_SELF"]."?id=".GETPOST('id', 'int'));
|
||||
exit;
|
||||
}
|
||||
|
||||
if ($action == 'confirm_delete_line' && GETPOST("confirm", 'alpha') == "yes" && $user->rights->expensereport->creer) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user