mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 03:03:50 +00:00
fix: change fieldtype from link to data for document_type in production plan summary
(cherry picked from commit 462deb3755)
This commit is contained in:
committed by
Mergify
parent
1b1e4e4688
commit
9012a72185
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user