details: https://code.tryton.org/tryton/commit/e56328f60aa4
branch: default
user: Adrià Tarroja Caubet <[email protected]>
date: Thu Aug 06 13:09:48 2026 +0200
description:
Add missing transaction commit to SEPA mandate migration
The console does not commit the transaction automatically, so the
updated
addresses are not persisted without an explicit commit.
Closes #15037
diffstat:
doc/migration.rst | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 09ace4ae5150 -r e56328f60aa4 doc/migration.rst
--- a/doc/migration.rst Thu Aug 06 13:08:45 2026 +0200
+++ b/doc/migration.rst Thu Aug 06 13:09:48 2026 +0200
@@ -111,6 +111,7 @@
mandate.on_change_party()
Mandate.save(mandates)
+ transaction.commit()
.. _migration-7.6: