mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 14:58:24 +00:00
[fix] Numeric keypad not displaying after creation of new customer (#8797)
This commit is contained in:
committed by
Nabin Hait
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) {
|
||||
|
||||
Reference in New Issue
Block a user