mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
chore(Item Group): remove redundant autoname
(cherry picked from commit 1691eee26e)
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