[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)