Issue fixed in setup control

This commit is contained in:
Ravi Dey
2011-10-10 18:39:49 +05:30
parent 15cad19d7c
commit 24ef523cac

View File

@@ -84,7 +84,7 @@ class DocType:
# Set Registration Complete # Set Registration Complete
set_default('registration_complete','1') 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 import webnotes.utils
return webnotes.utils.get_defaults() return webnotes.utils.get_defaults()