Update cost_center.py
This commit is contained in:
parent
b2fc349026
commit
7e8cbf288c
@ -6,6 +6,8 @@ import frappe
|
||||
from frappe import _
|
||||
from frappe.utils import cint, cstr
|
||||
from frappe.utils.nestedset import NestedSet
|
||||
from erpnext.accounts.utils import validate_field_number
|
||||
|
||||
|
||||
class CostCenter(NestedSet):
|
||||
nsm_parent_field = 'parent_cost_center'
|
||||
|
Loading…
Reference in New Issue
Block a user