From 4bcaeb312c4ff2eb7d0387af4c9a467a68e6bc17 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 5 Sep 2017 17:29:45 +0530 Subject: [PATCH] fix codacy --- erpnext/selling/page/point_of_sale/point_of_sale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) {