Skip to content

Commit 462deb3

Browse files
fix: change fieldtype from link to data for document_type in production plan summary
1 parent bc351fe commit 462deb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

erpnext/manufacturing/report/production_plan_summary/production_plan_summary.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,9 @@ def get_column(filters):
160160
},
161161
{
162162
"label": _("Document Type"),
163-
"fieldtype": "Link",
163+
"fieldtype": "Data",
164164
"fieldname": "document_type",
165165
"width": 150,
166-
"options": "DocType",
167166
},
168167
{
169168
"label": _("Document Name"),

0 commit comments

Comments
 (0)