Merge pull request #44259 from frappe/mergify/bp/version-15/pr-44258

fix: no permission to read Doctype (backport #44256) (backport #44258)
This commit is contained in:
rohitwaghchaure
2024-11-21 15:13:16 +05:30
committed by GitHub

View File

@@ -106,8 +106,6 @@ def get_columns(filters, data):
{
"label": _("Voucher Type"),
"fieldname": "voucher_type",
"fieldtype": "Link",
"options": "DocType",
"width": 120,
},
{