From 7379fd4b9a195b07748bfb3e1060e0d82f943d70 Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Mon, 4 Apr 2016 14:39:29 +0530 Subject: [PATCH] POS Search Fixed --- erpnext/public/js/pos/pos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/pos/pos.js b/erpnext/public/js/pos/pos.js index 4e3898f865..a239bbc09f 100644 --- a/erpnext/public/js/pos/pos.js +++ b/erpnext/public/js/pos/pos.js @@ -86,7 +86,7 @@ erpnext.pos.PointOfSale = Class.extend({ 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);