mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 01:28:29 +00:00
Minor fix
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% if (items|length)==3 %}
|
||||
{% if (items|length)==100 %}
|
||||
<div class="text-muted info">Showing top 100 items.</div>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user