Cleaned up welcome email code (#15175)

This commit is contained in:
Neil Trini Lasrado
2018-08-24 15:15:56 +05:30
committed by Rushabh Mehta
parent 2b72d09948
commit 771fbb8f01
2 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ doctype_js = {
"Communication": "public/js/communication.js",
}
welcome_email = "erpnext.setup.utils.welcome_email"
# setup wizard
setup_wizard_requires = "assets/erpnext/js/setup_wizard.js"
setup_wizard_stages = "erpnext.setup.setup_wizard.setup_wizard.get_setup_stages"