commit | a94d1af87185b0b8ae31a3f0a892987a537efcd3 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Jun 25 12:36:13 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Jun 25 12:36:13 2013 +0530 |
tree | 08c03ae657f4eb2951ee216f71a5eb4809cdc775 | |
parent | 9132de5e4caea046f1c676d6e6130122f0512dc7 [diff] |
[install] fixes - do not update parent doctype if in_import
diff --git a/startup/install.py b/startup/install.py index 363c7ba..205bee4 100644 --- a/startup/install.py +++ b/startup/install.py
@@ -42,6 +42,7 @@ def post_import(): webnotes.conn.begin() + # feature setup import_defaults() import_country_and_currency()