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:
rohitwaghchaure
2025-08-13 23:56:51 +05:30
committed by GitHub

View File

@@ -1473,6 +1473,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
)