Updated rack post to use new logAction function, new role check function tidy and added more details to logging

This commit is contained in:
johnnyq
2024-11-13 15:46:20 -05:00
parent cf22f01df4
commit b408a31cde
2 changed files with 43 additions and 30 deletions

View File

@@ -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'])) {