From ce893499d75b6f87b7b2cf5a98a651063ab27872 Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Fri, 8 Apr 2016 16:52:53 +0530 Subject: [PATCH] Removed education as a domain in ERPNext setup wizard --- erpnext/public/js/setup_wizard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js index 5e16dd89d2..2eb73a3e98 100644 --- a/erpnext/public/js/setup_wizard.js +++ b/erpnext/public/js/setup_wizard.js @@ -28,7 +28,6 @@ function load_erpnext_slides() { {"label": __("Manufacturing"), "value": "Manufacturing"}, {"label": __("Retail"), "value": "Retail"}, {"label": __("Services"), "value": "Services"}, - {"label": __("Education"), "value": "Education"}, {"label": __("Other"), "value": "Other"}, ], reqd:1}, {fieldname:'chart_of_accounts', label: __('Chart of Accounts'),