0
1
Fork 0
hedera-web-mindshore/rest/dms/invoice.sql

6 lines
129 B
MySQL
Raw Normal View History

2015-09-03 23:28:07 +00:00
2017-12-18 13:35:16 +00:00
SELECT CONCAT_WS('/', c.pdfs_dir, invoiceGetPath(#invoice))
2015-09-03 23:28:07 +00:00
FROM config c
JOIN invoice_view i
2016-07-22 20:00:27 +00:00
WHERE i.invoice_id = #invoice