mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
max height in product_in_list
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
{% include 'html/product_missing_image.html' %}
|
{% include 'html/product_missing_image.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<h4><a href="{{ page_name }}">{{ item_name }}</a></h4>
|
<div style="height: 40px; overflow: hidden; font-size: 80%;">
|
||||||
<p class="help">Item Code: {{ name }}</p>
|
<h4><a href="{{ page_name }}">{{ item_name }}</a></h4>
|
||||||
|
<p class="help">Item Code: {{ name }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user