mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 20:45:12 +00:00
Replace Function customAction() with triggerCustomAction()
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user