fix: scheduled the eval event creation

This commit is contained in:
Jannat Patel
2023-07-24 17:10:03 +05:30
parent 7990675c5c
commit bc8827547e
6 changed files with 91 additions and 52 deletions

View File

@@ -103,11 +103,11 @@ doc_events = {
# Scheduled Tasks
# ---------------
# scheduler_events = {
# "daily": [
# "erpnext.stock.reorder_item.reorder_item"
# ]
# }
scheduler_events = {
"hourly": [
"lms.lms.doctype.lms_certificate_request.lms_certificate_request.schedule_evals"
]
}
fixtures = ["Custom Field", "Function", "Industry"]