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

@@ -180,6 +180,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
}
$contact_id = $row['contact_id'];
$contact_name = $row['contact_name'];
$contact_title = $row['contact_title'];
$contact_phone = $row['contact_phone'];
if(strlen($client_phone)>2){
$contact_phone = substr($row['contact_phone'],0,3)."-".substr($row['contact_phone'],3,3)."-".substr($row['contact_phone'],6,4);