mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
updated item group limit to 100
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% if len(items)==20 %}
|
||||
<div class="alert info">Showing top 20</div>
|
||||
{% if len(items)==100 %}
|
||||
<div class="alert info">Showing top 100 items.</div>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<div class="alert">No items listed.</div>
|
||||
|
||||
Reference in New Issue
Block a user