diff options
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 = |
