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

6 lines
83 B
SQL

SELECT
id,
retentionRate rate,
retentionName name
FROM invoiceInConfig;