[hotfix] item group set_parent_website_route
This commit is contained in:
parent
2182cd5487
commit
63ea99e929
@ -41,9 +41,8 @@ class ItemGroup(NestedSet, WebsiteGenerator):
|
|||||||
Only set `parent_website_route` if parent is visble.
|
Only set `parent_website_route` if parent is visble.
|
||||||
|
|
||||||
e.g. If `show_in_website` is set for Products then url should be `/products`"""
|
e.g. If `show_in_website` is set for Products then url should be `/products`"""
|
||||||
if self.parent_item_group and frappe.db.get_value("Item Group",
|
if self.parent_item_group and frappe.db.get_value("Item Group", self.parent_item_group, "show_in_website"):
|
||||||
self.parent_item_group, "show_in_website"):
|
WebsiteGenerator.set_parent_website_route(self)
|
||||||
super(WebsiteGenerator, self)()
|
|
||||||
else:
|
else:
|
||||||
self.parent_website_route = ""
|
self.parent_website_route = ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user