mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
[fix] [hot] setup wizard domain
This commit is contained in:
@@ -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'},
|
||||||
|
|||||||
Reference in New Issue
Block a user