mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
[minor] [scheduler] send scheduler errors as email digest
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user