mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +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,
|
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