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