mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
[Fix] No permission to read report Bank Clearance Summary for account user
This commit is contained in:
@@ -16,7 +16,7 @@ def execute(filters=None):
|
||||
|
||||
def get_columns():
|
||||
return [
|
||||
_("Payment Document") + ":Link/DocType:130",
|
||||
_("Payment Document") + "::130",
|
||||
_("Payment Entry") + ":Dynamic Link/"+_("Payment Document")+":110",
|
||||
_("Posting Date") + ":Date:100",
|
||||
_("Cheque/Reference No") + "::120",
|
||||
|
||||
Reference in New Issue
Block a user