diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js index 016309833a..29ef12ce3d 100644 --- a/erpnext/public/js/setup_wizard.js +++ b/erpnext/public/js/setup_wizard.js @@ -308,8 +308,10 @@ var erpnext_slides = [ options:[__("Unit"), __("Nos"), __("Box"), __("Pair"), __("Kg"), __("Set"), __("Hour"), __("Minute"), __("Litre"), __("Meter"), __("Gram")], "default": __("Unit"), static: 1}, - {fieldtype: "Check", fieldname: "is_sales_item", label:__("We sell this Item"), default: 1, static: 1}, - {fieldtype: "Check", fieldname: "is_purchase_item", label:__("We buy this Item"), static: 1}, + {fieldtype: "Check", fieldname: "is_sales_item", + label:__("We sell this Item"), default: 1, static: 1}, + {fieldtype: "Check", fieldname: "is_purchase_item", + label:__("We buy this Item"), default: 1, static: 1}, {fieldtype:"Column Break"}, {fieldtype:"Currency", fieldname:"item_price", label:__("Rate"), static: 1}, {fieldtype:"Attach Image", fieldname:"item_img", label:__("Attach Image"), is_private: 0, static: 1},