fix: show party instead of party name where naming series not set
(cherry picked from commit b27af6b5c8)
This commit is contained in:
@@ -184,6 +184,16 @@ def get_columns(filters):
|
|||||||
"width": 180,
|
"width": 180,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
else:
|
||||||
|
columns.append(
|
||||||
|
{
|
||||||
|
"label": _(filters.get("party_type")),
|
||||||
|
"fieldname": "party",
|
||||||
|
"fieldtype": "Dynamic Link",
|
||||||
|
"options": "party_type",
|
||||||
|
"width": 180,
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
columns.extend(
|
columns.extend(
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user