fix: show party values when naming by is not naming series

This commit is contained in:
Gursheen Anand
2023-11-17 12:50:08 +05:30
parent f6a550faae
commit dd76695d3a

View File

@@ -176,6 +176,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(
[