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

6 lines
117 B
MySQL
Raw Normal View History

2015-09-03 23:28:07 +00:00
2018-05-11 09:25:10 +00:00
SELECT CONCAT_WS('/', c.pdfsDir, invoiceGetPath(#invoice))
2015-09-03 23:28:07 +00:00
FROM config c
2018-05-11 14:50:43 +00:00
JOIN myInvoice i
WHERE i.id = #invoice