diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bff6b300..25921fc92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed `FEE` and `INTEREST` types in the activities import of `csv` files +- Fixed the displayed currency of the cash balance in the create or update account dialog ## 2.10.0 - 2023-10-09 diff --git a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html index 91efd0972..d44693436 100644 --- a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html +++ b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html @@ -36,7 +36,9 @@ type="number" (keydown.enter)="$event.stopPropagation()" /> - {{ data.account.currency }} + {{ accountForm.controls['currency'].value }}