fix: minor changes
This commit is contained in:
parent
1dd289450f
commit
dcef798be7
@ -264,9 +264,12 @@ doc_events = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# To maintain data integrity, we exempt payments from being auto-cancelled when related documents
|
# On cancel event Payment Entry will be exempted and all linked submittable doctype will get cancelled.
|
||||||
# are cancelled; payments will be unlinked instead whenever linked invoices are cancelled
|
# to maintain data integrity we exempted payment entry. it will un-link when sales invoice get cancelled.
|
||||||
auto_cancel_exempt_doctypes = ["Payment Entry"]
|
# if payment entry not in auto cancel exempted doctypes it will cancel payment entry.
|
||||||
|
auto_cancel_exempted_doctypes= [
|
||||||
|
"Payment Entry"
|
||||||
|
]
|
||||||
|
|
||||||
scheduler_events = {
|
scheduler_events = {
|
||||||
"all": [
|
"all": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user