diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-19 14:45:43 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-19 14:45:43 +0200 |
| commit | f16a2f0e266b20b6bc4f964b8ff5dc53924fc2d9 (patch) | |
| tree | 0a04467c72c9a08fe5ca5d5b0c8615af4b5714f1 /include/ui.hpp | |
| parent | 60dfc4cab91b0076901cac81ba6cb1f2d198b06c (diff) | |
change inv ui for new tax rates
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 76b5395..92cb8f5 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -110,7 +110,7 @@ namespace ImGui void FormContactTypeCombo(contact_type* type); void FormCostCenterCombo(char* costcenter_id); void FormProjectCombo(char* project_id); - void FormTaxRateCombo(char* tax_rate_id, char* orig_country, char* dest_country, bool has_error); + void FormTaxRateCombo(char* tax_internal_code, bool outgoing, bool has_error); bool FormCurrencyCombo(char* currency); void FormToggleCombo(bool *buffer, char* option1, char* option2); bool DrawWarningIcon(float radius); |
