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 92ae3e89ae..c52b55a6cb 100644 --- a/erpnext/selling/page/point_of_sale/point_of_sale.js +++ b/erpnext/selling/page/point_of_sale/point_of_sale.js @@ -354,7 +354,7 @@ erpnext.pos.PointOfSale = class PointOfSale { this.frm.email_doc(); }); } -} +}; class POSCart { constructor({frm, wrapper, events}) {