From 97504756be928d1499d93daf95a8f257d19e1398 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 27 Jun 2023 18:33:50 +0200 Subject: [PATCH] Feature/add currency to cash balance in create or update account dialog (#2104) * Add currency as text suffix to cash balance * Update changelog --- CHANGELOG.md | 1 + .../create-or-update-account-dialog.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc8f193c..bdd8ba540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added the currency to the cash balance in the create or update account dialog - Added the ability to add an index for benchmarks as an asset profile in the admin control panel ### Fixed 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 5413d08b3..7c1768f1a 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 @@ -37,6 +37,7 @@ type="number" [(ngModel)]="data.account.balance" /> + {{ data.account.currency }}