Fix in add user in my company

This commit is contained in:
Anand Doshi 2012-01-30 12:44:59 +05:30
parent f3d3105d9a
commit 5f29438b1c

View File

@ -108,6 +108,7 @@ def send_welcome_mail(email, args):
'password': args.get('password'),
'account_url': webnotes.conn.get_default('account_url')
})
if not args.get('last_name'): args['last_name'] = ''
sendmail_md(pr.email, subject="Welcome to ERPNext", msg=welcome_txt % args)
#