mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +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,
|
no_breadcrumbs=1,
|
||||||
)
|
)
|
||||||
|
|
||||||
def autoname(self):
|
|
||||||
self.name = self.item_group_name
|
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
super(ItemGroup, self).validate()
|
super(ItemGroup, self).validate()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user