mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Merge pull request #49154 from rohitwaghchaure/fixed-incorrect-stock-reco-current-qty
fix: current qty for batch in stock reco
This commit is contained in:
@@ -1473,6 +1473,7 @@ def get_stock_balance_for(
|
|||||||
posting_time=posting_time,
|
posting_time=posting_time,
|
||||||
for_stock_levels=True,
|
for_stock_levels=True,
|
||||||
consider_negative_batches=True,
|
consider_negative_batches=True,
|
||||||
|
do_not_check_future_batches=True,
|
||||||
)
|
)
|
||||||
or 0
|
or 0
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user