[fix] Numeric keypad not displaying after creation of new customer (#8797)

This commit is contained in:
rohitwaghchaure 2017-05-16 08:51:24 +05:30 committed by Nabin Hait
parent 5886aafbae
commit 09483d3c0f

View File

@ -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) {