mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
fix: stock reco test case
This commit is contained in:
@@ -1451,6 +1451,8 @@ def get_next_stock_reco(kwargs):
|
||||
)
|
||||
)
|
||||
)
|
||||
.orderby(CombineDatetime(sle.posting_date, sle.posting_time))
|
||||
.orderby(sle.creation)
|
||||
)
|
||||
|
||||
if kwargs.get("batch_no"):
|
||||
|
||||
Reference in New Issue
Block a user