commit | b841cb2a66dcbc1a8d27d89fabd88209b53ce9d1 | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Mon Apr 01 10:57:36 2019 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Mon Apr 01 11:36:57 2019 +0530 |
tree | a1d035eb94d044634c144a9d36f9ecfa052ec63a | |
parent | 3ed3332c465ea51058df7e254164d64483340c38 [diff] [blame] |
fix: Raise exception if apps are on incompatible branches
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index ccdd412..dbb5aff 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -27,6 +27,8 @@ welcome_email = "erpnext.setup.utils.welcome_email" +connect = "erpnext.check_branch_compatibility_with_frappe" + # setup wizard setup_wizard_requires = "assets/erpnext/js/setup_wizard.js" setup_wizard_stages = "erpnext.setup.setup_wizard.setup_wizard.get_setup_stages"