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
(cherry picked from commit aa0f0d5)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Oct 30, 2023
1 parent df2a863 commit 1ffc882
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 @@ -52,6 +53,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 1ffc882

Please sign in to comment.