feat: docstring added for auto cancel exempt doctypes

This commit is contained in:
vishal 2019-12-02 17:37:46 +05:30
parent 23d4a0ec48
commit 70148a6748

View File

@ -264,6 +264,11 @@ doc_events = {
} }
} }
# On cancel event Payment Entry will be exempted and all linked submittable doctype will get cancelled.
auto_cancel_exempt_doctypes = [
"Payment Entry"
]
scheduler_events = { scheduler_events = {
"all": [ "all": [
"erpnext.projects.doctype.project.project.project_status_update_reminder" "erpnext.projects.doctype.project.project.project_status_update_reminder"