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:
Ameya Shenoy
2017-12-13 18:50:39 +05:30
committed by Nabin Hait
parent 8cad3f12a2
commit cc05c0b348
5 changed files with 76 additions and 74 deletions

View File

@@ -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
},
],