commit | 52006ca83dfc02eb7ede439fa1b461f91a97af71 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Aug 03 14:15:25 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Aug 03 14:15:25 2012 +0530 |
tree | 5fb2ad5f633295a671cd9282cdd3628e73b153b5 | |
parent | e5984873e698e4cdc3e0a911fce746da37216994 [diff] |
bugfix in scheduler
diff --git a/erpnext/startup/schedule_handlers.py b/erpnext/startup/schedule_handlers.py index 021cb1f..2df7a57 100644 --- a/erpnext/startup/schedule_handlers.py +++ b/erpnext/startup/schedule_handlers.py
@@ -42,7 +42,7 @@ run_fn(send) # send bulk emails - from webnotes.utils.email_lib.bulk import cleanup + from webnotes.utils.email_lib.bulk import clear_outbox run_fn(clear_outbox) def execute_weekly():