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

@@ -540,7 +540,7 @@ if (isset($_GET['force_recurring'])) {
logAudit("Invoice", "Create", "$session_name forced recurring invoice into an invoice", $client_id, $new_invoice_id);
customAction('invoice_create', $new_invoice_id);
triggerCustomAction('invoice_create', $new_invoice_id);
flashAlert("Recurring Invoice Forced");