fix: change fieldtype from link to data for document_type in producti… (backport #50443) (#50455)

Co-authored-by: Pugazhendhi Velu <pugazhendhi720@gmail.com>
This commit is contained in:
Mihir Kandoi
2025-11-11 10:26:47 +05:30
committed by GitHub

View File

@@ -151,10 +151,9 @@ def get_column(filters):
}, },
{ {
"label": _("Document Type"), "label": _("Document Type"),
"fieldtype": "Link", "fieldtype": "Data",
"fieldname": "document_type", "fieldname": "document_type",
"width": 150, "width": 150,
"options": "DocType",
}, },
{ {
"label": _("Document Name"), "label": _("Document Name"),