Skip to content

Commit

Permalink
Add resolved date to ticket export csv
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho committed Sep 10, 2024
1 parent 24cc593 commit ce1fc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -1738,8 +1738,8 @@

$sql = mysqli_query(
$mysqli,
"SELECT * FROM tickets
LEFT JOIN ticket_statuses ON ticket_status = ticket_status_id
"SELECT * FROM tickets
LEFT JOIN ticket_statuses ON ticket_status = ticket_status_id
WHERE ticket_client_id = $client_id ORDER BY ticket_number ASC"
);

Expand Down

0 comments on commit ce1fc04

Please sign in to comment.