mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
feat: sla based on customer/group/territory
This commit is contained in:
@@ -8,7 +8,7 @@ from frappe import _
|
||||
|
||||
from frappe.utils.nestedset import NestedSet
|
||||
class CustomerGroup(NestedSet):
|
||||
nsm_parent_field = 'parent_customer_group';
|
||||
nsm_parent_field = 'parent_customer_group'
|
||||
|
||||
def on_update(self):
|
||||
self.validate_name_with_customer()
|
||||
|
||||
Reference in New Issue
Block a user