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 0625474e267..f3599d56d8c 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 @@ erpnext.pos.PointOfSale = class PointOfSale { } set_pos_profile_data() { + this.frm.doc.company = this.company; + return new Promise(resolve => { return this.frm.call({ doc: this.frm.doc,