Merge pull request #31395 from nihantra/bank_clear_summ

fix: filter set in Bank Clearance Summary
This commit is contained in:
Deepesh Garg 2022-06-23 10:54:56 +05:30 committed by GitHub
commit 79d5d35df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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