Rewrote hooks for scheduler, notifications, boot, session, login, webpage webnotes/wnframework#351
diff --git a/erpnext/stock/utils.py b/erpnext/stock/utils.py
index 1d838c9..b748029 100644
--- a/erpnext/stock/utils.py
+++ b/erpnext/stock/utils.py
@@ -343,7 +343,7 @@
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: