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"),