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>
(cherry picked from commit 8b15a965dd)
This commit is contained in:
mergify[bot]
2024-11-21 14:51:33 +05:30
committed by Mergify
parent ccf99cf985
commit b047425a6f

View File

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