commit | 46220f9fab6f8e75afb6849f04dd482acd56f451 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Nov 20 13:14:39 2013 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Nov 20 13:14:39 2013 +0530 |
tree | d83132b3d8f28d40d95f2759f4684df8cb1d3d76 | |
parent | ca471f41a132b081d06a9cb08bad34dff6974b77 [diff] | |
parent | d665ab2dd7c75b7ac9f944342bdfb6ca152556de [diff] |
Merge branch '1310' of github.com:webnotes/erpnext into 1310
diff --git a/stock/doctype/item/templates/includes/product_search_box.html b/stock/doctype/item/templates/includes/product_search_box.html index b4fa3e8..55e6377 100644 --- a/stock/doctype/item/templates/includes/product_search_box.html +++ b/stock/doctype/item/templates/includes/product_search_box.html
@@ -22,7 +22,7 @@ return false; }); $("#product-search").keypress(function(e) { - if(e.which==13) $("#product-search-btn").click(); + if(e.which==13) $("#btn-product-search").click(); }) }) </script>