Update bank_clearance_summary.py

(cherry picked from commit 0097a2b60c)
This commit is contained in:
Nihantra C. Patel
2022-06-17 18:35:11 +05:30
committed by Mergify
parent 87f77813ea
commit 4b53ec22c5

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