commit | 0cb965f223fbed2e27d69ec80cf4ca99b7887ce2 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> | Thu Jan 27 11:15:57 2022 +0530 |
committer | GitHub <noreply@github.com> | Thu Jan 27 11:15:57 2022 +0530 |
tree | 5892bda4b9d4f64067dca0fdad28062aa2dce501 | |
parent | 6c1c85be0c7318692dc3544b4be644b45c31143a [diff] | |
parent | 29c7947db05106cb87a0dfe0905dc3abc8c63cd4 [diff] |
Merge pull request #29471 from frappe/fix-sorting
diff --git a/erpnext/selling/report/sales_order_analysis/sales_order_analysis.py b/erpnext/selling/report/sales_order_analysis/sales_order_analysis.py index b2bf546..3e22d0f 100644 --- a/erpnext/selling/report/sales_order_analysis/sales_order_analysis.py +++ b/erpnext/selling/report/sales_order_analysis/sales_order_analysis.py
@@ -85,7 +85,7 @@ and so.docstatus = 1 {conditions} GROUP BY soi.name - ORDER BY so.transaction_date ASC + ORDER BY so.transaction_date ASC, soi.item_code ASC """.format(conditions=conditions), filters, as_dict=1) return data