mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Merge pull request #23084 from nextchamp-saqib/pos-search-fix-pre-release
fix: cannot search items in offline pos
This commit is contained in:
@@ -1098,8 +1098,8 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({
|
|||||||
|
|
||||||
get_items: function (item_code) {
|
get_items: function (item_code) {
|
||||||
// To search item as per the key enter
|
// To search item as per the key enter
|
||||||
|
|
||||||
item_code = unescape(item_code);
|
item_code = unescape(item_code);
|
||||||
|
item_code = item_code === "undefined" ? undefined : item_code;
|
||||||
var me = this;
|
var me = this;
|
||||||
this.item_serial_no = {};
|
this.item_serial_no = {};
|
||||||
this.item_batch_no = {};
|
this.item_batch_no = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user