commit | 49c4aa6ce33fadf3aef132e74d12479b7bcbb2a2 | [log] [tgz] |
---|---|---|
author | Kanchan Chauhan <angel143.dr@gmail.com> | Fri Feb 19 17:36:52 2016 +0530 |
committer | Kanchan Chauhan <angel143.dr@gmail.com> | Fri Feb 19 17:36:52 2016 +0530 |
tree | 81f30d06c03fd0b30d2a28920a0750f403407d74 | |
parent | 2e8cc89e34a4e8d289950db10832e16e9f95f709 [diff] |
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 %}