From 7f02464b927fdfea2b4e70ef6fe99be964bdc13c Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 4 Feb 2023 15:28:39 +0000 Subject: [PATCH 1/2] Portal-related updates - Bug fix contact password setting - Add invoice guest view link to invoices portal page - Billing contacts now have access to invoices on the portal - Technical contacts now have access to all tickets - General housekeeping/tidying --- client_contact_add_modal.php | 400 ++++++++++++------------ client_contact_edit_modal.php | 442 +++++++++++++------------- guest_header.php | 84 +++-- guest_view_invoice.php | 7 +- invoices.php | 572 +++++++++++++++++----------------- portal/check_login.php | 28 +- portal/invoices.php | 58 +++- portal/portal_functions.php | 20 +- portal/portal_header.php | 2 +- portal/profile.php | 22 +- portal/ticket.php | 33 +- portal/ticket_add.php | 76 ++--- portal/ticket_view_all.php | 2 +- portal/tickets.php | 18 +- post.php | 24 +- 15 files changed, 929 insertions(+), 859 deletions(-) diff --git a/client_contact_add_modal.php b/client_contact_add_modal.php index b3f08d35..66eb7954 100644 --- a/client_contact_add_modal.php +++ b/client_contact_add_modal.php @@ -1,207 +1,213 @@