mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
fix missing client extension var in client details page
This commit is contained in:
@@ -27,6 +27,7 @@ if(isset($_GET['client_id'])){
|
||||
if(strlen($client_phone)>2){
|
||||
$client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4);
|
||||
}
|
||||
$client_extension = $row['client_extension'];
|
||||
$client_mobile = $row['client_mobile'];
|
||||
if(strlen($client_mobile)>2){
|
||||
$client_mobile = substr($row['client_mobile'],0,3)."-".substr($row['client_mobile'],3,3)."-".substr($row['client_mobile'],6,4);
|
||||
|
||||
Reference in New Issue
Block a user