From 46f7960cd060e88bdf5381b807978cacae446939 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 13 Jul 2023 15:04:14 -0400 Subject: [PATCH] Fix issue where primary contact is not being automatically selected when creating a new ticket under client this was due to how we changed the way primary contacts are stored in the Database - Also added display of the contact title and if they are primary or technical. Also Sort Primary first then technical under ticket add or edit -- see here https://forum.itflow.org/d/207-tickets-broke-again --- ticket_add_modal.php | 26 +++++- ticket_edit_modal.php | 203 ------------------------------------------ 2 files changed, 23 insertions(+), 206 deletions(-) diff --git a/ticket_add_modal.php b/ticket_add_modal.php index c6c63e27..a35f898c 100644 --- a/ticket_add_modal.php +++ b/ticket_add_modal.php @@ -128,11 +128,31 @@ diff --git a/ticket_edit_modal.php b/ticket_edit_modal.php index e4d2b88b..e69de29b 100644 --- a/ticket_edit_modal.php +++ b/ticket_edit_modal.php @@ -1,203 +0,0 @@ -