Added Other as a Domain in Company/setup wizard
This commit is contained in:
committed by
Anand Doshi
parent
342895c9df
commit
1b03e0a6d0
@@ -23,7 +23,14 @@ function load_erpnext_slides() {
|
||||
{fieldname:'bank_account', label: __('Bank Account'), fieldtype:'Data',
|
||||
placeholder: __('e.g. "XYZ National Bank"'), reqd:1 },
|
||||
{fieldname:'domain', label: __('Domain'), fieldtype:'Select',
|
||||
options:["Distribution", "Manufacturing", "Retail", "Services", "Education"], reqd:1},
|
||||
options: [
|
||||
__("Distribution"),
|
||||
__("Manufacturing"),
|
||||
__("Retail"),
|
||||
__("Services"),
|
||||
__("Education"),
|
||||
__("Other")
|
||||
], reqd:1},
|
||||
{fieldname:'chart_of_accounts', label: __('Chart of Accounts'),
|
||||
options: "", fieldtype: 'Select'},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user