mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-08 15:51:19 +00:00
Merge pull request #5129 from KanchanChauhan/POS-Search
[Minor Fix]POS Search Fixed
This commit is contained in:
@@ -86,7 +86,7 @@ erpnext.pos.PointOfSale = Class.extend({
|
|||||||
only_input: true,
|
only_input: true,
|
||||||
});
|
});
|
||||||
this.search.make_input();
|
this.search.make_input();
|
||||||
this.search.$input.on("keypress", function() {
|
this.search.$input.on("keyup", function() {
|
||||||
if(!me.search.autocomplete_open)
|
if(!me.search.autocomplete_open)
|
||||||
if(me.item_timeout)
|
if(me.item_timeout)
|
||||||
clearTimeout(me.item_timeout);
|
clearTimeout(me.item_timeout);
|
||||||
|
|||||||
Reference in New Issue
Block a user