commit | 6bccd8644e99b3750d643a7d98ee75e2f79cef9a | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Mon Apr 17 14:22:27 2023 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Mon Apr 17 14:22:35 2023 +0530 |
tree | 2eee76c2855889b79b1a998faffc650bb615db0c | |
parent | 9fd8b8e53a48c4db788cbc74cebad79f6924d490 [diff] |
fix: stock reco test case
diff --git a/erpnext/stock/stock_ledger.py b/erpnext/stock/stock_ledger.py index 03c04a5..b638f08 100644 --- a/erpnext/stock/stock_ledger.py +++ b/erpnext/stock/stock_ledger.py
@@ -1451,6 +1451,8 @@ ) ) ) + .orderby(CombineDatetime(sle.posting_date, sle.posting_time)) + .orderby(sle.creation) ) if kwargs.get("batch_no"):