mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
fix: test case
Removed company parameter from get_valuation_method call.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user