From 303f9174c99e2f101ec85de9005849db41c48eed Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 22 Oct 2025 14:50:50 -0400 Subject: [PATCH] Added Bulk Create Tickets for Clients --- agent/clients.php | 7 +- .../modals/client/client_bulk_add_ticket.php | 137 ++++++++++++++++++ agent/post/client.php | 114 +++++++++++++++ agent/post/ticket.php | 1 - 4 files changed, 257 insertions(+), 2 deletions(-) create mode 100644 agent/modals/client/client_bulk_add_ticket.php diff --git a/agent/clients.php b/agent/clients.php index a7c512cc..eb931760 100644 --- a/agent/clients.php +++ b/agent/clients.php @@ -137,6 +137,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Action (0)