fix: currency symbol in bank transaction list view (#25336)
This commit is contained in:
parent
61f5f36c65
commit
593071bd53
@ -175,22 +175,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "deposit",
|
"fieldname": "deposit",
|
||||||
"oldfieldname": "debit",
|
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Deposit"
|
"label": "Deposit",
|
||||||
|
"oldfieldname": "debit",
|
||||||
|
"options": "currency"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "withdrawal",
|
"fieldname": "withdrawal",
|
||||||
"oldfieldname": "credit",
|
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Withdrawal"
|
"label": "Withdrawal",
|
||||||
|
"oldfieldname": "credit",
|
||||||
|
"options": "currency"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-12-30 19:40:54.221070",
|
"modified": "2021-04-14 17:31:58.963529",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Bank Transaction",
|
"name": "Bank Transaction",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user