fix: stop creating transaction logs (#49383)

This commit is contained in:
Raffael Meyer
2025-08-29 17:33:07 +02:00
committed by GitHub
parent 9ece6ebef8
commit 625321ba8a
2 changed files with 0 additions and 28 deletions

View File

@@ -357,7 +357,6 @@ doc_events = {
},
"Sales Invoice": {
"on_submit": [
"erpnext.regional.create_transaction_log",
"erpnext.regional.italy.utils.sales_invoice_on_submit",
],
"on_cancel": [
@@ -372,9 +371,6 @@ doc_events = {
]
},
"Payment Entry": {
"on_submit": [
"erpnext.regional.create_transaction_log",
],
"on_trash": "erpnext.regional.check_deletion_permission",
},
"Address": {