commit | 7379fd4b9a195b07748bfb3e1060e0d82f943d70 | [log] [tgz] |
---|---|---|
author | Kanchan Chauhan <angel143.dr@gmail.com> | Mon Apr 04 14:39:29 2016 +0530 |
committer | Kanchan Chauhan <angel143.dr@gmail.com> | Mon Apr 04 14:39:29 2016 +0530 |
tree | c55a6020e31e84eb7d9f001e13f0d74e5048e2d1 | |
parent | 5ea0799f83caf3b718413c92f99b3d11d3304982 [diff] |
POS Search Fixed
diff --git a/erpnext/public/js/pos/pos.js b/erpnext/public/js/pos/pos.js index 4e3898f..a239bbc 100644 --- a/erpnext/public/js/pos/pos.js +++ b/erpnext/public/js/pos/pos.js
@@ -86,7 +86,7 @@ only_input: true, }); this.search.make_input(); - this.search.$input.on("keypress", function() { + this.search.$input.on("keyup", function() { if(!me.search.autocomplete_open) if(me.item_timeout) clearTimeout(me.item_timeout);