commit | 09483d3c0fc5ba28bcb0b8ff17f5a11dfa713912 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Tue May 16 08:51:24 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 16 08:51:24 2017 +0530 |
tree | 3900e08cb6c3d9cad88d8f2493451d2d6c311e11 | |
parent | 5886aafbaeda2b92d2379affa93c9225a8728146 [diff] |
[fix] Numeric keypad not displaying after creation of new customer (#8797)
diff --git a/erpnext/accounts/page/pos/pos.js b/erpnext/accounts/page/pos/pos.js index 176d269..da4a3b7 100644 --- a/erpnext/accounts/page/pos/pos.js +++ b/erpnext/accounts/page/pos/pos.js
@@ -796,7 +796,8 @@ add_customer: function() { this.frm.doc.customer = ""; - this.update_customer(true) + this.update_customer(true); + this.numeric_keypad.show(); }, update_customer: function (new_customer) {