commit | cbaa0e629cc47e665993438f23c97bb03dfd40ab | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchamp.faris@gmail.com> | Fri Nov 03 11:35:49 2017 +0530 |
committer | Faris Ansari <netchamp.faris@gmail.com> | Fri Nov 03 11:35:49 2017 +0530 |
tree | 8c456d01e87e31e2eb2fc90c505a1000b2f55b2e | |
parent | 3d591792052910c6d97c77f7f056ee788aa10316 [diff] |
fix codacy
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 c9893f1..2f6ccdb 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 @@ [{ fieldtype: 'Select', label: 'POS Profile', options: pos_profiles }], on_submit, __('Select POS Profile') - ) + ); } } }); @@ -341,7 +341,7 @@ } }); }); - } + } setup_company() { this.company = frappe.sys_defaults.company;