salix/print/templates/reports/invoiceIn/sql/defaultTax.sql

6 lines
83 B
MySQL
Raw Normal View History

2022-12-16 09:36:18 +00:00
SELECT
id,
retentionRate rate,
retentionName name
FROM invoiceInConfig;