mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
fix(naming): Use creation instead of name to order SLEs
This commit is contained in:
@@ -79,7 +79,7 @@ data_map = {
|
||||
"actual_qty as qty", "voucher_type", "voucher_no", "project",
|
||||
"incoming_rate as incoming_rate", "stock_uom", "serial_no",
|
||||
"qty_after_transaction", "valuation_rate"],
|
||||
"order_by": "posting_date, posting_time, name",
|
||||
"order_by": "posting_date, posting_time, creation",
|
||||
"links": {
|
||||
"item_code": ["Item", "name"],
|
||||
"warehouse": ["Warehouse", "name"],
|
||||
|
||||
Reference in New Issue
Block a user