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

7 lines
126 B
MySQL
Raw Normal View History

SELECT
io.id,
io.ref,
io.issued
FROM invoiceOut io
2022-08-10 10:13:31 +00:00
LEFT JOIN ticket t ON t.refFk = io.ref
WHERE t.refFk = ?