mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 17:45:04 +00:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user