commit | d19be49889c261fb7f281d3a207f64f47315bc7d | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Mon Dec 11 14:57:43 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Dec 11 14:57:43 2017 +0530 |
tree | 4de936803f703ed1e0ba0b40d238b618f94876d9 | |
parent | 1b30642362aae613272bdbc45ea448f76a8bb5e6 [diff] |
[fix] Error opening the POS (#11929)
diff --git a/erpnext/selling/page/point_of_sale/point_of_sale.js b/erpnext/selling/page/point_of_sale/point_of_sale.js index 0625474..f3599d5 100644 --- a/erpnext/selling/page/point_of_sale/point_of_sale.js +++ b/erpnext/selling/page/point_of_sale/point_of_sale.js
@@ -419,6 +419,8 @@ } set_pos_profile_data() { + this.frm.doc.company = this.company; + return new Promise(resolve => { return this.frm.call({ doc: this.frm.doc,