mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
fix: Datatype fix for balance in account currency (#17314)
This commit is contained in:
@@ -323,7 +323,7 @@ def get_columns(filters):
|
|||||||
{
|
{
|
||||||
"label": _("Balance") + " (" + filters.account_currency + ")",
|
"label": _("Balance") + " (" + filters.account_currency + ")",
|
||||||
"fieldname": "balance_in_account_currency",
|
"fieldname": "balance_in_account_currency",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Float",
|
||||||
"width": 100
|
"width": 100
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user