mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
Update bank_clearance_summary.py
(cherry picked from commit 0097a2b60c)
This commit is contained in:
committed by
Mergify
parent
87f77813ea
commit
4b53ec22c5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user