Skip to content

Commit

Permalink
fix: stock reco test case
Browse files Browse the repository at this point in the history
(cherry picked from commit 6bccd86)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Apr 17, 2023
1 parent 4640feb commit 2f356dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erpnext/stock/stock_ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 2f356dc

Please sign in to comment.