mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
Merge pull request #1065 from akhileshdarjee/1310
[fix] [minor] product search box fixed
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