mirror of
https://github.com/itflow-org/itflow
synced 2026-08-10 09:37:15 +00:00
Replace Function logAction() with logAudit()
This commit is contained in:
@@ -22,7 +22,7 @@ if (isset($_POST['add_credit'])) {
|
||||
|
||||
$credit_id = mysqli_insert_id($mysqli);
|
||||
|
||||
logAction("Credit", "Create", "$session_name added " . numfmt_format_currency($currency_format, $amount, $session_company_currency) . "", $client_id, $credit_id);
|
||||
logAudit("Credit", "Create", "$session_name added " . numfmt_format_currency($currency_format, $amount, $session_company_currency) . "", $client_id, $credit_id);
|
||||
|
||||
flash_alert(numfmt_format_currency($currency_format, $amount, $session_company_currency) . " Credit Added");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user