Merge pull request #36321 from frappe/mergify/bp/version-14-hotfix/pr-36318

chore(Item Group): remove redundant autoname (backport #36318)
This commit is contained in:
Deepesh Garg
2023-07-26 22:27:29 +05:30
committed by GitHub

View File

@@ -24,9 +24,6 @@ class ItemGroup(NestedSet, WebsiteGenerator):
no_breadcrumbs=1,
)
def autoname(self):
self.name = self.item_group_name
def validate(self):
super(ItemGroup, self).validate()