From f476d0ea7f4c0ae2675ed54ee8640089ae92ba5e Mon Sep 17 00:00:00 2001 From: "AFTECH.RO" <38830718+aftechro@users.noreply.github.com> Date: Fri, 7 Jan 2022 00:26:24 +0000 Subject: [PATCH] Update client_contacts.php added the info of the contact type - for approval procedures/purposes --- client_contacts.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client_contacts.php b/client_contacts.php index 0a977804..2c5bdb65 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -125,10 +125,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $contact_notes = $row['contact_notes']; $contact_created_at = $row['contact_created_at']; if($contact_id == $primary_contact){ - $primary_contact_display = "
Primary Contact
"; + $primary_contact_display = "Primary Contact"; }else{ - $primary_contact_display = ""; - } + $primary_contact_display = "Needs approval"; + } ?>