Changed invalid alias for osticket report
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-10-04 08:53:35 +02:00
parent 8828247b0d
commit 8d9a6b7f44
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ SELECT * FROM (
AND oter.type = 'R'
WHERE ot.ticket_pid = NULL
AND ots.state = 'closed'
AND otc.closed BETWEEN ? AND ?
AND ot.closed BETWEEN ? AND ?
ORDER BY oter.created DESC
) ot GROUP BY ot.ticket_id
ORDER BY ot.assigned