fix: no permission to read Doctype (#44256)

This commit is contained in:
rohitwaghchaure
2024-11-21 13:13:21 +05:30
committed by GitHub
parent 4b53075f84
commit 57293aa18a

View File

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