mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-15 18:01:41 +00:00
[fix] don't show expired items in website item list. Fixes #4210.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{{ web_long_description or description or _("No description given") }}
|
||||
</div>
|
||||
<p class="text-muted">
|
||||
{{ _("Item Code") }}: <span itemprop="productID">{{ name }}</span></p>
|
||||
{{ _("Item Code") }}: <span itemprop="productID">{{ variant and variant.name or name }}</span></p>
|
||||
<br>
|
||||
<div class="item-attribute-selectors">
|
||||
{% if has_variants %}
|
||||
|
||||
Reference in New Issue
Block a user