summaryrefslogtreecommitdiff
path: root/include/file_templates.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-19 13:49:36 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-19 13:49:36 +0200
commit60dfc4cab91b0076901cac81ba6cb1f2d198b06c (patch)
treeb5408e86171782eb28017702b79e47f0ca03ed89 /include/file_templates.hpp
parent18bfbc423d188683973a0a3d6c31c9225158e262 (diff)
new tax rate format, ui and r/w
Diffstat (limited to 'include/file_templates.hpp')
-rw-r--r--include/file_templates.hpp6
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 =