[fix] Mobile no search issue in the pos (#12090)
This commit is contained in:
parent
9b8e1cb10e
commit
b725affe0c
@ -674,6 +674,11 @@ class POSCart {
|
||||
fieldname: 'customer',
|
||||
options: 'Customer',
|
||||
reqd: 1,
|
||||
get_query: function() {
|
||||
return {
|
||||
query: 'erpnext.controllers.queries.customer_query'
|
||||
}
|
||||
},
|
||||
onchange: () => {
|
||||
this.events.on_customer_change(this.customer_field.get_value());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user