mirror of
https://github.com/itflow-org/itflow
synced 2026-09-06 23:05:12 +00:00
Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask
This commit is contained in:
@@ -252,7 +252,7 @@ if (isset($_POST['add_recurring_invoice_item'])) {
|
||||
|
||||
logAudit("Recurring Invoice", "Edit", "$session_name added item $name to recurring invoice $recurring_invoice_prefix$recurring_invoice_number", $client_id, $recurring_invoice_id);
|
||||
|
||||
flashAlert("Item <srrong>$name</strong> added to Recurring Invoice");
|
||||
flashAlert("Item <strong>$name</strong> added to Recurring Invoice");
|
||||
|
||||
redirect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user