mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Updated rack post to use new logAction function, new role check function tidy and added more details to logging
This commit is contained in:
@@ -568,10 +568,10 @@ if(isset($_POST['export_client_quotes_csv'])){
|
||||
|
||||
$_SESSION['alert_message'] = "Exported <strong>$num_rows</strong> quote(s)";
|
||||
|
||||
exit;
|
||||
|
||||
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||
|
||||
exit;
|
||||
|
||||
}
|
||||
|
||||
if (isset($_POST['update_quote_item_order'])) {
|
||||
|
||||
Reference in New Issue
Block a user