[minor] [scheduler] send scheduler errors as email digest

This commit is contained in:
Anand Doshi
2013-12-16 13:51:09 +05:30
parent c55b55d959
commit b0636edaf7
9 changed files with 119 additions and 34 deletions

View File

@@ -13,4 +13,5 @@ def on_method(bean, method):
clear_doctype_notifications(bean.controller, method)
if bean.doc.doctype=="Stock Entry" and method in ("on_submit", "on_cancel"):
update_completed_qty(bean.controller, method)
update_completed_qty(bean.controller, method)