Skip to content

Commit

Permalink
fix: group by didn't work for the frappe.client.get_value (#22969) (#…
Browse files Browse the repository at this point in the history
…22973)

(cherry picked from commit aa0f0d5)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
  • Loading branch information
mergify[bot] and rohitwaghchaure committed Oct 30, 2023
1 parent 3c06a82 commit 773b74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frappe/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 773b74f

Please sign in to comment.