commit | 3526070860a17dd479573a6c3eefd22818d6bd16 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Jul 18 11:35:30 2011 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Jul 18 11:35:30 2011 +0530 |
tree | b9ff54cd271934820ca6ac3d5cb45c6036cc4011 | |
parent | 9b59f9c34df2cbe63dccd0b4934b1f83a6f58826 [diff] |
logout fixes
diff --git a/startup/event_handlers.py b/startup/event_handlers.py index 0efb403..5639139 100644 --- a/startup/event_handlers.py +++ b/startup/event_handlers.py
@@ -43,6 +43,7 @@ # login from if webnotes.form_dict.get('login_from'): webnotes.session['data']['login_from'] = webnotes.form.getvalue('login_from') + webnotes.session_obj.update() update_account_details()