[fix] Numeric keypad not displaying after creation of new customer (#8797)
This commit is contained in:
parent
5886aafbae
commit
09483d3c0f
@ -796,7 +796,8 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({
|
||||
|
||||
add_customer: function() {
|
||||
this.frm.doc.customer = "";
|
||||
this.update_customer(true)
|
||||
this.update_customer(true);
|
||||
this.numeric_keypad.show();
|
||||
},
|
||||
|
||||
update_customer: function (new_customer) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user