diff --git a/erpnext/manufacturing/report/production_plan_summary/production_plan_summary.py b/erpnext/manufacturing/report/production_plan_summary/production_plan_summary.py index c62cab77d61..052b2536d00 100644 --- a/erpnext/manufacturing/report/production_plan_summary/production_plan_summary.py +++ b/erpnext/manufacturing/report/production_plan_summary/production_plan_summary.py @@ -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"),