Skip to content

Commit

Permalink
fix: changed doctype column in audit trail report from Link to Data
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Sep 2, 2024
1 parent c099283 commit 9caea1b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@ def get_columns(self):
},
{
"label": _("DocType"),
"fieldtype": "Link",
"fieldtype": "Data",
"fieldname": "doctype",
"options": "DocType",
"width": 120,
},
{
Expand Down

0 comments on commit 9caea1b

Please sign in to comment.