Rewrote hooks for scheduler, notifications, boot, session, login, webpage webnotes/wnframework#351
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user