mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
[temp-fix] missing product image
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{%- if website_image -%}
|
{%- if website_image -%}
|
||||||
<img class="product-image" style="width: 80%; margin: auto;" src="{{ website_image }}">
|
<img class="product-image" style="width: 80%; margin: auto;" src="{{ website_image }}">
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{% include 'templates/includes/product_missing_image.html' %}
|
<div style="width: 80%; height: 120px; background-color: #F7FAFC;"></div>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user