commit
0592aa8c9a
@ -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()
|
||||||
@ -204,4 +204,4 @@ class DocType:
|
|||||||
if (cp_defaults==args['account_name']) and user_profile and \
|
if (cp_defaults==args['account_name']) and user_profile and \
|
||||||
(total_users==cint(args['total_users'])):
|
(total_users==cint(args['total_users'])):
|
||||||
return 'True'
|
return 'True'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user