mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 20:35:09 +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):
|
def get_valuation_method(self, item_code):
|
||||||
from erpnext.stock.utils import get_valuation_method
|
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