fix: Dependant sle logic fixes (#24489)

* fix: Dependant sle logic fixes

* fix: negative qty validation

* fix: Travis fixes
This commit is contained in:
Nabin Hait
2021-02-02 22:03:07 +05:30
committed by GitHub
parent 7d64a291b8
commit 7177579051
10 changed files with 29 additions and 51 deletions

View File

@@ -98,8 +98,6 @@ class ItemGroup(NestedSet, WebsiteGenerator):
context.field_filters = filter_engine.get_field_filters()
context.attribute_filters = filter_engine.get_attribute_fitlers()
print(context.field_filters, context.attribute_filters)
context.update({
"parents": get_parent_item_groups(self.parent_item_group),
"title": self.name