Skip to content

Commit

Permalink
fix: Hyperlink in Quality Inspection Summary
Browse files Browse the repository at this point in the history
(cherry picked from commit 72dd788)
  • Loading branch information
nihantra authored and mergify[bot] committed Apr 28, 2023
1 parent 297facc commit 54388e8
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 54388e8

Please sign in to comment.