fix: no permission to read Doctype (backport #44256) (#44258)

fix: no permission to read Doctype (#44256)

(cherry picked from commit 57293aa18a)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot]
2024-11-21 14:51:33 +05:30
committed by GitHub
parent d0e2b7c341
commit 8b15a965dd

View File

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