commit | 9282e08099cd2ef659adbb4c62ea4caa95e8b88d | [log] [tgz] |
---|---|---|
author | Prateeksha Singh <pratu16x7@gmail.com> | Fri Nov 23 19:05:36 2018 +0530 |
committer | Prateeksha Singh <pratu16x7@gmail.com> | Wed Dec 12 21:29:55 2018 +0530 |
tree | 7ba293a9f6c5c5271eab5211f3e4905615fc8b3f | |
parent | c3a49b9cad0d95664dfa418a97b9f4062405a0d5 [diff] |
[fix] >.< call setup_taxes
diff --git a/erpnext/setup/setup_wizard/setup_wizard.py b/erpnext/setup/setup_wizard/setup_wizard.py index bf1a629..eced8d0 100644 --- a/erpnext/setup/setup_wizard/setup_wizard.py +++ b/erpnext/setup/setup_wizard/setup_wizard.py
@@ -148,7 +148,7 @@ args.update(config) fixtures.install_defaults(_dict(args)) - # setup_taxes(args) + setup_taxes(args) run_post_setup_complete(args)