fix: test case

Removed company parameter from get_valuation_method call.
This commit is contained in:
rohitwaghchaure
2026-03-17 15:05:46 +05:30
committed by GitHub
parent ca6872c768
commit c384564314

View File

@@ -372,4 +372,4 @@ class DeprecatedBatchNoValuation:
def get_valuation_method(self, item_code):
from erpnext.stock.utils import get_valuation_method
return get_valuation_method(item_code, self.sle.company)
return get_valuation_method(item_code)