From 60dfc4cab91b0076901cac81ba6cb1f2d198b06c Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 19 Oct 2025 13:49:36 +0200 Subject: new tax rate format, ui and r/w --- include/file_templates.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/file_templates.hpp') 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 = "\n" - " {{TAXBRACKET_ID}}\n" - " {{TAXBRACKET_COUNTRY}}\n" + " {{TAXBRACKET_INTERNAL_CODE}}\n" " {{TAXBRACKET_RATE}}\n" - " {{TAXBRACKET_CATEGORY}}\n" + " {{TAXBRACKET_TYPE}}\n" + " {{TAXBRACKET_SECTIONS}}\n" ""; static const char* contact_save_template = -- cgit v1.2.3-70-g09d2