Skip to content

Commit

Permalink
fix: show party instead of party name where naming series not set
Browse files Browse the repository at this point in the history
  • Loading branch information
GursheenK committed Nov 17, 2023
1 parent c69fb80 commit b27af6b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,16 @@ def get_columns(filters):
"width": 180,
}
)
else:
columns.append(
{
"label": _(filters.get("party_type")),
"fieldname": "party",
"fieldtype": "Dynamic Link",
"options": "party_type",
"width": 180,
}
)

columns.extend(
[
Expand Down

0 comments on commit b27af6b

Please sign in to comment.