diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-19 13:49:36 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-19 13:49:36 +0200 |
| commit | 60dfc4cab91b0076901cac81ba6cb1f2d198b06c (patch) | |
| tree | b5408e86171782eb28017702b79e47f0ca03ed89 /include/file_templates.hpp | |
| parent | 18bfbc423d188683973a0a3d6c31c9225158e262 (diff) | |
new tax rate format, ui and r/w
Diffstat (limited to 'include/file_templates.hpp')
| -rw-r--r-- | include/file_templates.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/file_templates.hpp b/include/file_templates.hpp index b4a4a07..c44e624 100644 --- a/include/file_templates.hpp +++ b/include/file_templates.hpp @@ -34,10 +34,10 @@ namespace file_template { static const char* taxrate_save_template = "<CountryTaxBracket>\n" - " <Id>{{TAXBRACKET_ID}}</Id>\n" - " <CountryCode>{{TAXBRACKET_COUNTRY}}</CountryCode>\n" + " <Id>{{TAXBRACKET_INTERNAL_CODE}}</Id>\n" " <Rate>{{TAXBRACKET_RATE}}</Rate>\n" - " <Category>{{TAXBRACKET_CATEGORY}}</Category>\n" + " <Type>{{TAXBRACKET_TYPE}}</Type>\n" + " <TaxSections>{{TAXBRACKET_SECTIONS}}</TaxSections>\n" "</CountryTaxBracket>"; static const char* contact_save_template = |
