Merge pull request #1200 from anandpdoshi/hotfix-scheduler-errors

[patch] Email Digest
This commit is contained in:
Nabin Hait
2013-12-17 20:13:56 -08:00

View File

@@ -5,6 +5,8 @@ from __future__ import unicode_literals
import webnotes
def execute():
webnotes.reload_doc("setup", "doctype", "email_digest")
from webnotes.profile import get_system_managers
system_managers = get_system_managers(only_name=True)
if not system_managers: