Minor fix
diff --git a/erpnext/templates/generators/item_group.html b/erpnext/templates/generators/item_group.html
index 0bb3c25..eb1278c 100644
--- a/erpnext/templates/generators/item_group.html
+++ b/erpnext/templates/generators/item_group.html
@@ -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 %}