From 5727ce33751fe4acebcbdfa2a6dbf37728093fe5 Mon Sep 17 00:00:00 2001 From: Karel De Smet Date: Tue, 23 Dec 2025 17:21:01 +0100 Subject: [PATCH] Bugfix/add missing currency suffix to cash balance field in create or update account dialog (#6092) * Add missing currency suffix to cash balance field in create or update account dialog * Update changelog --- CHANGELOG.md | 4 ++++ .../create-or-update-account-dialog.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c96ce0a50..cef903f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `shx` from version `0.3.4` to `0.4.0` +### Fixed + +- Added the missing currency suffix to the cash balance field in the create or update account dialog + ## 2.224.2 - 2025-12-20 ### Added 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 9a9d89624..7340e017d 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 @@ -39,7 +39,7 @@ (keydown.enter)="$event.stopPropagation()" /> {{ - accountForm.get('currency')?.value?.value + accountForm.get('currency')?.value }}