mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
[fix] Mobile no search issue in the pos (#12090)
This commit is contained in:
committed by
Nabin Hait
parent
9b8e1cb10e
commit
b725affe0c
@@ -674,6 +674,11 @@ class POSCart {
|
|||||||
fieldname: 'customer',
|
fieldname: 'customer',
|
||||||
options: 'Customer',
|
options: 'Customer',
|
||||||
reqd: 1,
|
reqd: 1,
|
||||||
|
get_query: function() {
|
||||||
|
return {
|
||||||
|
query: 'erpnext.controllers.queries.customer_query'
|
||||||
|
}
|
||||||
|
},
|
||||||
onchange: () => {
|
onchange: () => {
|
||||||
this.events.on_customer_change(this.customer_field.get_value());
|
this.events.on_customer_change(this.customer_field.get_value());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user