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 b6dc9397717..d7920af8141 100644 --- a/erpnext/manufacturing/report/production_plan_summary/production_plan_summary.py +++ b/erpnext/manufacturing/report/production_plan_summary/production_plan_summary.py @@ -160,10 +160,9 @@ def get_column(filters): }, { "label": _("Document Type"), - "fieldtype": "Link", + "fieldtype": "Data", "fieldname": "document_type", "width": 150, - "options": "DocType", }, { "label": _("Document Name"),