Merge pull request #31431 from frappe/mergify/bp/version-13-hotfix/pr-31395

fix: filter set in Bank Clearance Summary (backport #31395)
This commit is contained in:
Deepesh Garg
2022-06-23 14:26:45 +05:30
committed by GitHub

View File

@@ -43,7 +43,7 @@ def get_columns():
"options": "Account",
"width": 170,
},
{"label": _("Amount"), "fieldname": "amount", "width": 120},
{"label": _("Amount"), "fieldname": "amount", "fieldtype": "Currency", "width": 120},
]
return columns