Fixed Edit Client Contact Title it was missing

This commit is contained in:
johnnyq
2021-08-29 14:01:04 -04:00
parent 22f5511b21
commit 94577379d4
7 changed files with 16 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ if(isset($_GET['client_id'])){
$primary_contact = $row['primary_contact'];
$primary_location = $row['primary_location'];
$contact_name = $row['contact_name'];
$contact_title = $row['contact_title'];
$contact_email = $row['contact_email'];
$contact_phone = $row['contact_phone'];
if(strlen($contact_phone)>2){