fix: broken image style

This commit is contained in:
prssanna
2021-01-22 15:30:19 +05:30
parent dfa78eb27d
commit 2aa1efb70e
6 changed files with 15 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ class ProductsSettings(Document):
self.validate_field_filters()
self.validate_attribute_filters()
frappe.clear_document_cache("Product Settings")
frappe.clear_document_cache("Product Settings", "Product Settings")
def validate_field_filters(self):
if not (self.enable_field_filters and self.filter_fields): return