From a94d1af87185b0b8ae31a3f0a892987a537efcd3 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 25 Jun 2013 12:36:13 +0530 Subject: [PATCH] [install] fixes - do not update parent doctype if in_import --- startup/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/startup/install.py b/startup/install.py index 363c7baa83..205bee46e7 100644 --- a/startup/install.py +++ b/startup/install.py @@ -42,6 +42,7 @@ def make_roles(): def post_import(): webnotes.conn.begin() + # feature setup import_defaults() import_country_and_currency()