[patch] Email Digest

This commit is contained in:
Anand Doshi 2013-12-18 07:53:49 +05:30
parent a1ae0270e3
commit 0b1a8e13fd

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: