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

(cherry picked from commit 462deb3755)
This commit is contained in:
Pugazhendhi Velu
2025-11-10 13:59:27 +00:00
committed by Mergify
parent 1b1e4e4688
commit 9012a72185

View File

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