diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-16 19:26:15 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-16 19:26:15 +0200 |
| commit | 8d5c72406c1848dc7ab83daf4702fa13ce754530 (patch) | |
| tree | e991400e6ef8a245f49a0cdadc15dc7b4687a877 /include/file_templates.hpp | |
| parent | 9091a313b2bb2dafd2919fddb989745ddafa15d9 (diff) | |
renamed country_tax_bracket to tax_rate
Diffstat (limited to 'include/file_templates.hpp')
| -rw-r--r-- | include/file_templates.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/file_templates.hpp b/include/file_templates.hpp index ff3252f..d6f9b7d 100644 --- a/include/file_templates.hpp +++ b/include/file_templates.hpp @@ -14,7 +14,7 @@ const char* costcenter_save_template = " <Description>{{COSTCENTER_DESCRIPTION}}</Description>\n" "</CostCenter>"; -const char* taxbracket_save_template = +const char* taxrate_save_template = "<CountryTaxBracket>\n" " <Id>{{TAXBRACKET_ID}}</Id>\n" " <CountryCode>{{TAXBRACKET_COUNTRY}}</CountryCode>\n" |
