fix codacy

This commit is contained in:
Faris Ansari 2017-11-03 11:35:49 +05:30
parent 3d59179205
commit cbaa0e629c

View File

@ -322,7 +322,7 @@ erpnext.pos.PointOfSale = class PointOfSale {
[{ fieldtype: 'Select', label: 'POS Profile', options: pos_profiles }], [{ fieldtype: 'Select', label: 'POS Profile', options: pos_profiles }],
on_submit, on_submit,
__('Select POS Profile') __('Select POS Profile')
) );
} }
} }
}); });