commit | f56284b0c1920fa098f458d17f0afbde53b9d815 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Thu Jul 25 12:23:40 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Thu Jul 25 12:47:32 2019 +0530 |
tree | 33553ddd43ba51c2305d651b7ab72d246258111a | |
parent | 48d9cfe304f4ba68478cb308fbd8ba4c13bebcff [diff] |
Dynamic link issue fix in Bank reconciliation statement
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 1923f78..63317c5 100644 --- a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +++ b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py
@@ -58,8 +58,7 @@ { "fieldname": "payment_document", "label": _("Payment Document Type"), - "fieldtype": "Link", - "options": "DocType", + "fieldtype": "Data", "width": 220 }, {