mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 21:45:37 +00:00
Comment client_name as not returned in sql query. Comment client_id as we already have it
This commit is contained in:
@@ -61,8 +61,8 @@ $sql_tickets_stale = mysqli_query($mysqli,"SELECT * FROM tickets
|
|||||||
$contact_extension = $row['contact_extension'];
|
$contact_extension = $row['contact_extension'];
|
||||||
$contact_mobile = formatPhoneNumber($row['contact_mobile']);
|
$contact_mobile = formatPhoneNumber($row['contact_mobile']);
|
||||||
$contact_email = $row['contact_email'];
|
$contact_email = $row['contact_email'];
|
||||||
$client_id = $row['client_id'];
|
//$client_id = $row['client_id'];
|
||||||
$client_name = $row['client_name'];
|
//$client_name = $row['client_name'];
|
||||||
$department_name = $row['department_name'];
|
$department_name = $row['department_name'];
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user