From 24ef523cacfa4ffda4c758d83312fba1898b7ef8 Mon Sep 17 00:00:00 2001 From: Ravi Dey Date: Mon, 10 Oct 2011 18:39:49 +0530 Subject: [PATCH] Issue fixed in setup control --- erpnext/setup/doctype/setup_control/setup_control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/setup/doctype/setup_control/setup_control.py b/erpnext/setup/doctype/setup_control/setup_control.py index 428c4345bd..55b967e14a 100644 --- a/erpnext/setup/doctype/setup_control/setup_control.py +++ b/erpnext/setup/doctype/setup_control/setup_control.py @@ -84,7 +84,7 @@ class DocType: # Set Registration Complete set_default('registration_complete','1') - webnotes.msgprint("Great! Your company has now been created") + msgprint("Great! Your company has now been created") import webnotes.utils return webnotes.utils.get_defaults() @@ -204,4 +204,4 @@ class DocType: if (cp_defaults==args['account_name']) and user_profile and \ (total_users==cint(args['total_users'])): return 'True' - \ No newline at end of file +