Skip to content

Commit

Permalink
Merge pull request #35986 from frappe/fix-report-sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Jul 4, 2023
2 parents 10c9640 + 0ef0ff4 commit 9b9d839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_data(conditions, filters):
and po.docstatus = 1
{0}
GROUP BY poi.name
ORDER BY po.transaction_date ASC
ORDER BY po.transaction_date ASC, poi.item_code ASC
""".format(
conditions
),
Expand Down

0 comments on commit 9b9d839

Please sign in to comment.