show amount in default currency in transaction edit page / dialog when account currency is not default currency

This commit is contained in:
MaysWind
2025-05-11 23:50:18 +08:00
parent a6d45f5009
commit 607c1ddc48
3 changed files with 36 additions and 3 deletions
+2 -2
View File
@@ -64,7 +64,7 @@
class="transaction-edit-amount"
link="#" no-chevron
:class="sourceAmountClass"
:header="tt(sourceAmountName)"
:header="sourceAmountTitle"
:title="getDisplayAmount(transaction.sourceAmount, transaction.hideAmount, sourceAccountCurrency)"
@click="showSourceAmountSheet = true"
>
@@ -570,7 +570,7 @@ const {
canAddTransactionPicture,
title,
saveButtonTitle,
sourceAmountName,
sourceAmountTitle,
sourceAccountTitle,
transferInAmountTitle,
sourceAccountName,