fix: consider expired batches in the stock reco (#47909)

This commit is contained in:
rohitwaghchaure
2025-06-05 17:18:46 +05:30
committed by GitHub
parent 9167f1ff90
commit 8fa3473945

View File

@@ -286,6 +286,7 @@ class StockReconciliation(StockController):
"warehouse": item.warehouse,
"posting_date": self.posting_date,
"posting_time": self.posting_time,
"for_stock_levels": True,
"ignore_voucher_nos": [self.name],
}
)