mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
[Fix] No permission to read DocType for account user in bank reconciliation statement report
This commit is contained in:
@@ -55,14 +55,6 @@ def get_columns():
|
|||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
"width": 90
|
"width": 90
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "payment_document",
|
|
||||||
"label": _("Payment Document"),
|
|
||||||
"fieldtype": "Link",
|
|
||||||
"options": "DocType",
|
|
||||||
"width": 120,
|
|
||||||
"hidden": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "payment_entry",
|
"fieldname": "payment_entry",
|
||||||
"label": _("Payment Entry"),
|
"label": _("Payment Entry"),
|
||||||
|
|||||||
Reference in New Issue
Block a user