diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-26 08:27:48 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-26 08:27:48 +0100 |
| commit | 5abb2cbd8f201b8a8101a661f1dd9a68412d8674 (patch) | |
| tree | d11d1483100ed89eabf37efaaf3fae16df3cc4e6 /src/countries | |
| parent | 8df1486ca41edb625feb269fe7f7997fa5ffacfe (diff) | |
refactor ui, fix autocomplete bug
Diffstat (limited to 'src/countries')
| -rw-r--r-- | src/countries/nl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/countries/nl.cpp b/src/countries/nl.cpp index fb19a8f..c4abc9d 100644 --- a/src/countries/nl.cpp +++ b/src/countries/nl.cpp @@ -542,6 +542,7 @@ u32 _nl_get_available_tax_rates(tax_rate* buffer, u32 buffer_size) country_impl _nl_country_impl = { "NL", true, + true, _nl_get_default_invoice_expire_duration, _nl_fill_tax_report_with_categories, _nl_add_billing_item_to_tax_report, |
