[fix] [hot] setup wizard domain

This commit is contained in:
Anand Doshi
2016-03-09 16:31:53 +05:30
parent 7670c9f07d
commit 0179242f04

View File

@@ -24,12 +24,12 @@ function load_erpnext_slides() {
placeholder: __('e.g. "XYZ National Bank"'), reqd:1 }, placeholder: __('e.g. "XYZ National Bank"'), reqd:1 },
{fieldname:'domain', label: __('Domain'), fieldtype:'Select', {fieldname:'domain', label: __('Domain'), fieldtype:'Select',
options: [ options: [
__("Distribution"), {"label": __("Distribution"), "value": "Distribution"},
__("Manufacturing"), {"label": __("Manufacturing"), "value": "Manufacturing"},
__("Retail"), {"label": __("Retail"), "value": "Retail"},
__("Services"), {"label": __("Services"), "value": "Services"},
__("Education"), {"label": __("Education"), "value": "Education"},
__("Other") {"label": __("Other"), "value": "Other"},
], reqd:1}, ], reqd:1},
{fieldname:'chart_of_accounts', label: __('Chart of Accounts'), {fieldname:'chart_of_accounts', label: __('Chart of Accounts'),
options: "", fieldtype: 'Select'}, options: "", fieldtype: 'Select'},