salix/print/templates/reports/invoice/sql/tickets.sql

8 lines
141 B
MySQL
Raw Normal View History

2021-02-24 06:51:05 +00:00
SELECT
t.id,
t.shipped,
t.nickname
FROM invoiceOut io
JOIN ticket t ON t.refFk = io.ref
2022-07-21 08:05:37 +00:00
WHERE t.refFk = ?
2021-11-12 07:45:02 +00:00
ORDER BY t.shipped