Merge pull request #6055 from rohitwaghchaure/bank_reconciliation_statement_report_issue

[Fix] No permission to read DocType for account user in bank reconciliation statement report
This commit is contained in:
Rushabh Mehta
2016-08-11 10:55:10 +05:30
committed by GitHub

View File

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