Skip to content

Commit

Permalink
Merge pull request #35089 from frappe/mergify/bp/version-13-hotfix/pr…
Browse files Browse the repository at this point in the history
…-35081

fix: Hyperlink in Quality Inspection Summary (backport #35081)
  • Loading branch information
s-aga-r authored Apr 28, 2023
2 parents 297facc + 54388e8 commit 5746ddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_columns(filters):
"label": _("Id"),
"fieldname": "name",
"fieldtype": "Link",
"options": "Work Order",
"options": "Quality Inspection",
"width": 100,
},
{"label": _("Report Date"), "fieldname": "report_date", "fieldtype": "Date", "width": 150},
Expand Down

0 comments on commit 5746ddc

Please sign in to comment.