Agri fixes (#11988)
* minor fixes in agri * updated desktop.py * [agri] fixed recreation of dotypes in setup.py * setup_wizard changes - converted agriculture from alpha to beta - rearranged the domains alphabetically * [agri] linked doctype is collapsible
This commit is contained in:
@@ -23,13 +23,13 @@ erpnext.setup.slides_settings = [
|
||||
fieldtype: 'MultiCheck',
|
||||
options: [
|
||||
{ "label": __("Distribution"), "value": "Distribution" },
|
||||
{ "label": __("Education"), "value": "Education" },
|
||||
{ "label": __("Manufacturing"), "value": "Manufacturing" },
|
||||
{ "label": __("Retail"), "value": "Retail" },
|
||||
{ "label": __("Services"), "value": "Services" },
|
||||
{ "label": __("Agriculture (beta)"), "value": "Agriculture" },
|
||||
{ "label": __("Healthcare (beta)"), "value": "Healthcare" },
|
||||
{ "label": __("Education"), "value": "Education" },
|
||||
{ "label": __("Agriculture (alpha)"), "value": "Agriculture" },
|
||||
{"label": __("Non Profit (beta)"), "value": "Non Profit"}
|
||||
{ "label": __("Non Profit (beta)"), "value": "Non Profit" }
|
||||
], reqd: 1
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user