Replace Function customAction() with triggerCustomAction()

This commit is contained in:
johnnyq
2026-07-14 17:43:55 -04:00
parent b8873039a4
commit 9d540f4bfe
16 changed files with 76 additions and 76 deletions

View File

@@ -870,7 +870,7 @@ if (isset($_POST['bulk_add_client_ticket'])) {
}
// Custom action/notif handler
customAction('ticket_create', $ticket_id);
triggerCustomAction('ticket_create', $ticket_id);
}
logAudit("Ticket", "Bulk Create", "$session_name created $client_count tickets for $client_name");