mirror of
https://github.com/itflow-org/itflow
synced 2026-09-06 14:55:13 +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:
@@ -2009,7 +2009,7 @@ if (isset($_POST["import_client_asset_interfaces_csv"])) {
|
||||
|
||||
logAudit("Asset", "Import", "$session_name imported $row_count interfaces(s) to asset $asset_name via CSV file", $client_id);
|
||||
|
||||
flashAlert("<strong>$row_count</strong> Interfaces(s) added to asset <strong>$asset_name</stong>, <strong>$duplicate_count</strong> duplicate(s) detected");
|
||||
flashAlert("<strong>$row_count</strong> Interfaces(s) added to asset <strong>$asset_name</strong>, <strong>$duplicate_count</strong> duplicate(s) detected");
|
||||
|
||||
redirect();
|
||||
|
||||
|
||||
@@ -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