fix: group by didn't work for the frappe.client.get_value (#22969)
This commit is contained in:
parent
5fe80d3f34
commit
aa0f0d51e7
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ def get_list(
|
|||
doctype,
|
||||
fields=None,
|
||||
filters=None,
|
||||
group_by=None,
|
||||
order_by=None,
|
||||
limit_start=None,
|
||||
limit_page_length=20,
|
||||
|
|
@ -53,6 +54,7 @@ def get_list(
|
|||
fields=fields,
|
||||
filters=filters,
|
||||
or_filters=or_filters,
|
||||
group_by=group_by,
|
||||
order_by=order_by,
|
||||
limit_start=limit_start,
|
||||
limit_page_length=limit_page_length,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue