CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

[Improvement] Fix currency choices in `ComboBox` in `addEntryDialog` #93

Closed Lei-Tin closed 1 year ago

Lei-Tin commented 1 year ago

Currently, we have duplicated currency codes in the addEntryDialog, as shown in picture below

image

We can choose to only add the currency codes into the comboBox if it is not duplicated.