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

8 lines
183 B
MySQL
Raw Normal View History

2020-09-25 12:45:00 +00:00
SELECT
tc.description taxDescription,
ts.description,
ts.quantity,
ts.price
FROM ticketService ts
JOIN taxClass tc ON tc.id = ts.taxClassFk
WHERE ts.ticketFk = ?