fix: change fieldtype from link to data for document_type in production plan summary

This commit is contained in:
Pugazhendhi Velu
2025-11-10 13:59:27 +00:00
parent bc351feb3e
commit 462deb3755

View File

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