0
1
Fork 0
hedera-web-mindshore/web/forms/ecomerce/invoices/get-invoice-path.sql

6 lines
133 B
MySQL
Raw Normal View History

2015-09-03 23:28:07 +00:00
SELECT CONCAT_WS('/', c.pdfs_dir, invoice_get_path (#invoice))
FROM config c
JOIN invoice_view i
WHERE i.invoice_id = #invoice;