Recurring docs should not consider Stopped documents and should be scheduled for hourly

This commit is contained in:
Nabin Hait
2015-07-02 14:41:27 +05:30
parent 52fef71c14
commit 7580723ab3
2 changed files with 8 additions and 4 deletions

View File

@@ -78,8 +78,10 @@ doc_events = {
}
scheduler_events = {
"hourly": [
"erpnext.controllers.recurring_document.create_recurring_documents"
],
"daily": [
"erpnext.controllers.recurring_document.create_recurring_documents",
"erpnext.stock.reorder_item.reorder_item",
"erpnext.setup.doctype.email_digest.email_digest.send",
"erpnext.support.doctype.issue.issue.auto_close_tickets",