hedera-web/rest/dms/invoice.sql

6 lines
124 B
MySQL
Raw Normal View History

2015-09-03 23:28:07 +00:00
2019-05-28 14:27:28 +00:00
SELECT CONCAT_WS('/', c.pdfsDir, vn.invoiceOut_getPath(#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