Rewrote hooks for scheduler, notifications, boot, session, login, webpage webnotes/wnframework#351

This commit is contained in:
Rushabh Mehta
2013-12-16 12:48:22 +05:30
parent 30430796c7
commit c652a6254f
14 changed files with 65 additions and 113 deletions

View File

@@ -343,7 +343,7 @@ def create_material_request(material_requests):
exceptions_list.append([] + webnotes.local.message_log)
webnotes.local.message_log = []
else:
exceptions_list.append(webnotes.getTraceback())
exceptions_list.append(webnotes.get_traceback())
if mr_list:
if getattr(webnotes.local, "reorder_email_notify", None) is None: