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

This commit is contained in:
Nabin Hait
2013-11-20 13:51:16 +05:30
4 changed files with 13 additions and 12 deletions

View File

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