Skip to content

Commit 834221b

Browse files
authored
Merge pull request #50443 from aerele/support-51054
2 parents 1d0cd68 + 462deb3 commit 834221b

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)