Skip to content

Commit a3ddc95

Browse files
fix: change fieldtype from link to data for document_type in producti… (backport #50443) (#50455)
Co-authored-by: Pugazhendhi Velu <[email protected]>
2 parents 38c2633 + 9012a72 commit a3ddc95

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
@@ -151,10 +151,9 @@ def get_column(filters):
151151
},
152152
{
153153
"label": _("Document Type"),
154-
"fieldtype": "Link",
154+
"fieldtype": "Data",
155155
"fieldname": "document_type",
156156
"width": 150,
157-
"options": "DocType",
158157
},
159158
{
160159
"label": _("Document Name"),

0 commit comments

Comments
 (0)