Merge pull request #34886 from rohitwaghchaure/fixed-stock-reco-test-case

fix: stock reconciliation test case
This commit is contained in:
rohitwaghchaure 2023-04-17 15:21:49 +05:30 committed by GitHub
commit 4f978a3cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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