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