diff --git a/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py b/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py index cf789d5bca2..ec54c9dc92e 100644 --- a/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +++ b/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py @@ -1478,6 +1478,7 @@ def get_stock_balance_for( posting_time=posting_time, for_stock_levels=True, consider_negative_batches=True, + do_not_check_future_batches=True, ) or 0 )