Merge branch '1310' of github.com:webnotes/erpnext into 1310
This commit is contained in:
commit
46220f9fab
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user