fix: incorrect currency symbol in Bank Reconciliation tool

This commit is contained in:
ruthra kumar
2023-03-06 20:59:34 +05:30
parent ca10e2bb9f
commit 2d14d92b32
3 changed files with 20 additions and 11 deletions

View File

@@ -391,14 +391,14 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
fieldname: "deposit",
fieldtype: "Currency",
label: "Deposit",
options: "currency",
options: "account_currency",
read_only: 1,
},
{
fieldname: "withdrawal",
fieldtype: "Currency",
label: "Withdrawal",
options: "currency",
options: "account_currency",
read_only: 1,
},
{
@@ -416,18 +416,18 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
fieldname: "allocated_amount",
fieldtype: "Currency",
label: "Allocated Amount",
options: "Currency",
options: "account_currency",
read_only: 1,
},
{
fieldname: "unallocated_amount",
fieldtype: "Currency",
label: "Unallocated Amount",
options: "Currency",
options: "account_currency",
read_only: 1,
},
{
fieldname: "currency",
fieldname: "account_currency",
fieldtype: "Link",
label: "Currency",
options: "Currency",