mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +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):
|
if valuation_details := self.get_valuation_rate_for_return_entry(return_against):
|
||||||
from erpnext.stock.utils import get_valuation_method
|
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 = []
|
stock_queue = []
|
||||||
non_batchwise_batches = []
|
non_batchwise_batches = []
|
||||||
|
|||||||
Reference in New Issue
Block a user