mirror of https://github.com/itflow-org/itflow
Comment client_name as not returned in sql query. Comment client_id as we already have it
This commit is contained in:
parent
5b274b09e6
commit
81e67f4ed3
|
|
@ -61,8 +61,8 @@ $sql_tickets_stale = mysqli_query($mysqli,"SELECT * FROM tickets
|
|||
$contact_extension = $row['contact_extension'];
|
||||
$contact_mobile = formatPhoneNumber($row['contact_mobile']);
|
||||
$contact_email = $row['contact_email'];
|
||||
$client_id = $row['client_id'];
|
||||
$client_name = $row['client_name'];
|
||||
//$client_id = $row['client_id'];
|
||||
//$client_name = $row['client_name'];
|
||||
$department_name = $row['department_name'];
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue