From f472a49cf69990581599e79984f559fcd6d1b882 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 14 Jun 2019 16:32:21 +0530 Subject: [PATCH 1/2] fix: Remove Specifications label --- erpnext/templates/generators/item/item_specifications.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/templates/generators/item/item_specifications.html b/erpnext/templates/generators/item/item_specifications.html index a12a074fa9..469a45fd7d 100644 --- a/erpnext/templates/generators/item/item_specifications.html +++ b/erpnext/templates/generators/item/item_specifications.html @@ -1,8 +1,6 @@ {% if doc.website_specifications -%}
-
{{ _("Specifications") }}
- {% for d in doc.website_specifications -%} From b2ab1031e35acfee35816dcf4cc68d4d441707e4 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 14 Jun 2019 18:16:14 +0530 Subject: [PATCH 2/2] fix: Show Clear filters when attribute filters are set --- erpnext/www/all-products/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/www/all-products/index.html b/erpnext/www/all-products/index.html index ade72a25ce..f09021412b 100644 --- a/erpnext/www/all-products/index.html +++ b/erpnext/www/all-products/index.html @@ -42,7 +42,7 @@
- {% if frappe.form_dict.start or frappe.form_dict.field_filters or frappe.form_dict.search %} + {% if frappe.form_dict.start or frappe.form_dict.field_filters or frappe.form_dict.attribute_filters or frappe.form_dict.search %} {{ _('Clear filters') }} {% endif %}