Merge branch '1310' of github.com:webnotes/erpnext into 1310

This commit is contained in:
Nabin Hait 2013-11-20 13:14:39 +05:30
commit 46220f9fab

View File

@ -22,7 +22,7 @@
return false; return false;
}); });
$("#product-search").keypress(function(e) { $("#product-search").keypress(function(e) {
if(e.which==13) $("#product-search-btn").click(); if(e.which==13) $("#btn-product-search").click();
}) })
}) })
</script> </script>