mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 03:28:32 +00:00
chore: fix test case
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user