mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
Merge branch 'develop' of https://github.com/frappe/erpnext into sales_partner_type
This commit is contained in:
@@ -6,6 +6,8 @@ import frappe
|
|||||||
from frappe import _
|
from frappe import _
|
||||||
from frappe.utils import cint, cstr
|
from frappe.utils import cint, cstr
|
||||||
from frappe.utils.nestedset import NestedSet
|
from frappe.utils.nestedset import NestedSet
|
||||||
|
from erpnext.accounts.utils import validate_field_number
|
||||||
|
|
||||||
|
|
||||||
class CostCenter(NestedSet):
|
class CostCenter(NestedSet):
|
||||||
nsm_parent_field = 'parent_cost_center'
|
nsm_parent_field = 'parent_cost_center'
|
||||||
|
|||||||
Reference in New Issue
Block a user