Merge pull request #38146 from GursheenK/show-party-values-when-naming-series-unset

fix(minor): show party values when naming by is not naming series
This commit is contained in:
Deepesh Garg
2023-11-19 19:23:57 +05:30
committed by GitHub

View File

@@ -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(
[