mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Fix get_parents context (#9296)
This commit is contained in:
@@ -248,7 +248,7 @@ class Item(WebsiteGenerator):
|
|||||||
self.set_attribute_context(context)
|
self.set_attribute_context(context)
|
||||||
self.set_disabled_attributes(context)
|
self.set_disabled_attributes(context)
|
||||||
|
|
||||||
context.parents = self.get_parents(context)
|
self.get_parents(context)
|
||||||
|
|
||||||
return context
|
return context
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user