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
(cherry picked from commit 76d4765)
  • Loading branch information
ljain112 authored and mergify[bot] committed Sep 10, 2024
1 parent cac2251 commit 1154b68
Showing 1 changed file with 3 additions and 6 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 All @@ -172,10 +171,9 @@ def get_columns(self):
},
{
"label": _("Party Type"),
"fieldtype": "Link",
"fieldtype": "Data",
"fieldname": "party_type",
"width": 100,
"options": "DocType",
},
{
"label": _("Party Name"),
Expand Down Expand Up @@ -302,9 +300,8 @@ def get_columns(self):
columns = [
{
"label": _("DocType"),
"fieldtype": "Link",
"fieldtype": "Data",
"fieldname": "doctype",
"options": "DocType",
"width": 150,
},
{
Expand Down

0 comments on commit 1154b68

Please sign in to comment.