refactor: better label for entity type

(cherry picked from commit 53666974a3)
This commit is contained in:
Smit Vora
2026-04-21 18:29:50 +05:30
committed by Mergify
parent be0e58fb23
commit fffaf834fd
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ def get_columns(filters):
"width": 180,
},
{
"label": _("Entity Type"),
"label": _(f"{filters.get('party_type', 'Party')} Type"),
"fieldname": "party_entity_type",
"fieldtype": "Data",
"width": 100,

View File

@@ -94,7 +94,7 @@ def get_columns(filters):
"width": 180,
},
{
"label": _("Entity Type"),
"label": _(f"{filters.get('party_type', 'Party')} Type"),
"fieldname": "party_entity_type",
"fieldtype": "Data",
"width": 180,