mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Merge pull request #17951 from netchampfaris/product-page-specification
fix: Remove Specifications label
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
{% if doc.website_specifications -%}
|
{% if doc.website_specifications -%}
|
||||||
<div class="row item-website-specification mt-5">
|
<div class="row item-website-specification mt-5">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<h6 class="text-uppercase text-muted">{{ _("Specifications") }}</h6>
|
|
||||||
|
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
{% for d in doc.website_specifications -%}
|
{% for d in doc.website_specifications -%}
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-12 order-1 col-md-4 order-md-2">
|
<div class="col-12 order-1 col-md-4 order-md-2">
|
||||||
|
|
||||||
{% 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 %}
|
||||||
<a class="mb-3 d-inline-block" href="/all-products">{{ _('Clear filters') }}</a>
|
<a class="mb-3 d-inline-block" href="/all-products">{{ _('Clear filters') }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user