commit | d665ab2dd7c75b7ac9f944342bdfb6ca152556de | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Nov 18 02:05:18 2013 -0800 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Nov 18 02:05:18 2013 -0800 |
tree | 8958ebdc67338e77854c2a67e3fb3c7aa1d4e6dc | |
parent | dd9e7a44dfc65a7e24c8cdb1116360e8a4b1d571 [diff] | |
parent | 510a73a0de26db8eb8c10e2b6ed61010a16ae323 [diff] |
Merge pull request #1065 from akhileshdarjee/1310 [fix] [minor] product search box fixed
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>