Changed invalid alias for osticket report
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
8828247b0d
commit
8d9a6b7f44
|
@ -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
|
Loading…
Reference in New Issue