changeset a6219a26d369 in modules/account:5.4
details: https://hg.tryton.org/modules/account?cmd=changeset;node=a6219a26d369
description:
        Do not copy delegated reconciliations when copying move lines

        issue8805
        review288461006
        (grafted from 3f0b27edd460ae6df6b221c3720bd3851ac558c7)
diffstat:

 move.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 93009bb1915e -r a6219a26d369 move.py
--- a/move.py   Mon Nov 04 12:49:18 2019 +0100
+++ b/move.py   Tue Nov 12 11:29:53 2019 +0100
@@ -1176,6 +1176,7 @@
             default = default.copy()
         default.setdefault('move', None)
         default.setdefault('reconciliation', None)
+        default.setdefault('reconciliations_delegated', [])
         return super(Line, cls).copy(lines, default=default)
 
     @classmethod

Reply via email to