mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
fix: Further sort purchase_order_analysis to get consistent response
This commit is contained in:
@@ -84,7 +84,7 @@ def get_data(conditions, filters):
|
|||||||
and po.docstatus = 1
|
and po.docstatus = 1
|
||||||
{0}
|
{0}
|
||||||
GROUP BY poi.name
|
GROUP BY poi.name
|
||||||
ORDER BY po.transaction_date ASC
|
ORDER BY po.transaction_date ASC, poi.item_code ASC
|
||||||
""".format(
|
""".format(
|
||||||
conditions
|
conditions
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user