feat: sla based on customer/group/territory

This commit is contained in:
Himanshu Warekar
2019-06-07 15:28:42 +05:30
parent db1d1197ea
commit 0674d16fee
8 changed files with 194 additions and 177 deletions

View File

@@ -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()