mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
Merge branch '1310' of github.com:webnotes/erpnext into 1310
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user