feat: Added docinfo for auto cancel exempt doctypes

This commit is contained in:
vishal 2019-12-05 10:11:45 +05:30
parent 70148a6748
commit eef05758b6

View File

@ -265,6 +265,8 @@ doc_events = {
}
# On cancel event Payment Entry will be exempted and all linked submittable doctype will get cancelled.
# to maintain data integrity we exempted payment entry. it will un-link when sales invoice get cancelled.
# if payment entry not in auto cancel exempt doctype it will cancel payment entry.
auto_cancel_exempt_doctypes = [
"Payment Entry"
]