Merge pull request #34887 from frappe/mergify/bp/version-14-hotfix/pr-34886

fix: stock reconciliation test case (backport #34886)
This commit is contained in:
rohitwaghchaure
2023-04-17 16:02:15 +05:30
committed by GitHub

View File

@@ -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"):