From e78ef5f8c8b91b41cd856549c1213f12dec67889 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Thu, 11 Aug 2016 00:46:15 +0530 Subject: [PATCH] [Fix] No permission to read DocType for account user in bank reconciliation statement report --- .../bank_reconciliation_statement.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py index 76e0de2b94..8ed338efe1 100644 --- a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +++ b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py @@ -55,14 +55,6 @@ def get_columns(): "fieldtype": "Date", "width": 90 }, - { - "fieldname": "payment_document", - "label": _("Payment Document"), - "fieldtype": "Link", - "options": "DocType", - "width": 120, - "hidden": 1 - }, { "fieldname": "payment_entry", "label": _("Payment Entry"),