mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
bugfix in scheduler
This commit is contained in:
@@ -42,7 +42,7 @@ def execute_daily():
|
|||||||
run_fn(send)
|
run_fn(send)
|
||||||
|
|
||||||
# send bulk emails
|
# send bulk emails
|
||||||
from webnotes.utils.email_lib.bulk import cleanup
|
from webnotes.utils.email_lib.bulk import clear_outbox
|
||||||
run_fn(clear_outbox)
|
run_fn(clear_outbox)
|
||||||
|
|
||||||
def execute_weekly():
|
def execute_weekly():
|
||||||
|
|||||||
Reference in New Issue
Block a user