chore: fix test case

This commit is contained in:
rohitwaghchaure
2026-04-07 13:11:44 +05:30
committed by GitHub
parent c5edeae97e
commit c81c1ea869

View File

@@ -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 = []