salix/print/templates/reports/delivery-note/sql/ticket.sql

8 lines
140 B
MySQL
Raw Normal View History

2020-09-25 12:45:00 +00:00
SELECT
t.id,
t.shipped,
2021-06-18 06:42:55 +00:00
c.code companyCode,
t.packages
2020-09-25 12:45:00 +00:00
FROM ticket t
JOIN company c ON c.id = t.companyFk
WHERE t.id = ?