diff --git a/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py b/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py index 113d211320c..8d3b574fe50 100644 --- a/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +++ b/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py @@ -241,6 +241,7 @@ class StockReconciliation(StockController): serial_and_batch_bundle = frappe.get_doc( { "doctype": "Serial and Batch Bundle", + "company": self.company, "item_code": item.item_code, "warehouse": item.warehouse, "posting_datetime": combine_datetime(self.posting_date, self.posting_time),