commit | 510a73a0de26db8eb8c10e2b6ed61010a16ae323 | [log] [tgz] |
---|---|---|
author | Akhilesh Darjee <akhileshdarjee@gmail.com> | Mon Nov 18 15:29:36 2013 +0530 |
committer | Akhilesh Darjee <akhileshdarjee@gmail.com> | Mon Nov 18 15:29:36 2013 +0530 |
tree | 52db781c890b4f973cc3f20185d032cf88bcbff6 | |
parent | 6ca0548231f4c813d7d46b9ed10ec2181fd0ce4d [diff] |
[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>