diff options
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); |
