diff --git a/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.py b/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.py index 49a50204f42..b0b8c221f8e 100644 --- a/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.py +++ b/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.py @@ -402,7 +402,7 @@ class SerialandBatchBundle(Document): if valuation_details := self.get_valuation_rate_for_return_entry(return_against): from erpnext.stock.utils import get_valuation_method - valuation_method = get_valuation_method(self.item_code, self.company) + valuation_method = get_valuation_method(self.item_code) stock_queue = [] non_batchwise_batches = []