From 49c4aa6ce33fadf3aef132e74d12479b7bcbb2a2 Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Fri, 19 Feb 2016 17:36:52 +0530 Subject: [PATCH] Minor fix --- erpnext/templates/generators/item_group.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/generators/item_group.html b/erpnext/templates/generators/item_group.html index 0bb3c251e2a..eb1278c91dd 100644 --- a/erpnext/templates/generators/item_group.html +++ b/erpnext/templates/generators/item_group.html @@ -25,7 +25,7 @@ {{ item }} {% endfor %} - {% if (items|length)==3 %} + {% if (items|length)==100 %}
Showing top 100 items.
{% endif %} {% else %}