[minor] setting up website optional in setup wizard

This commit is contained in:
Rushabh Mehta
2016-08-09 16:43:15 +05:30
parent 722b22a834
commit ec2d09c557
8 changed files with 70 additions and 11 deletions

View File

@@ -311,6 +311,8 @@ function load_erpnext_slides() {
slide.fields.push({fieldtype: "Section Break"});
slide.fields.push({fieldtype: "Check", fieldname: "add_sample_data",
label: __("Add a few sample records"), "default": 1});
slide.fields.push({fieldtype: "Check", fieldname: "setup_website",
label: __("Setup a simple website for my organization"), "default": 1});
},
css_class: "two-column"
},