diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-13 18:47:01 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-13 18:47:01 +0200 |
| commit | 38019a9693375ac6719ffec43bff63774e142387 (patch) | |
| tree | e9374df460f7949c93a9dc031f450bffb906f6c2 /src/ui/ui_settings.cpp | |
| parent | d8a9d534a5a39fd3d51a6ffaf92fde39a4b4077c (diff) | |
invoice peppol work
Diffstat (limited to 'src/ui/ui_settings.cpp')
| -rw-r--r-- | src/ui/ui_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_settings.cpp b/src/ui/ui_settings.cpp index ae05b1a..dfe6b96 100644 --- a/src/ui/ui_settings.cpp +++ b/src/ui/ui_settings.cpp @@ -61,7 +61,7 @@ static void ui_draw_vat_rates() country_tax_bracket c = tax_brackets[i]; // Set to false for shared rates. - bool can_be_modified = true; + bool can_be_modified = false; // Check for fixed rates shared accross countries. if (strcmp(c.country_code, "00") == 0) |
