From cbaa0e629cc47e665993438f23c97bb03dfd40ab Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 3 Nov 2017 11:35:49 +0530 Subject: [PATCH] fix codacy --- erpnext/selling/page/point_of_sale/point_of_sale.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c9893f1ce88..2f6ccdb7b7c 100644 --- a/erpnext/selling/page/point_of_sale/point_of_sale.js +++ b/erpnext/selling/page/point_of_sale/point_of_sale.js @@ -322,7 +322,7 @@ erpnext.pos.PointOfSale = class PointOfSale { [{ fieldtype: 'Select', label: 'POS Profile', options: pos_profiles }], on_submit, __('Select POS Profile') - ) + ); } } }); @@ -341,7 +341,7 @@ erpnext.pos.PointOfSale = class PointOfSale { } }); }); - } + } setup_company() { this.company = frappe.sys_defaults.company;