changeset e08f40b1d47e in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset&node=e08f40b1d47e
description:
        Ensure next empty party is shown to reconcile

        issue10279
        review332571003
diffstat:

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

diffs (12 lines):

diff -r 812cb3f65405 -r e08f40b1d47e move.py
--- a/move.py   Sun Apr 18 17:43:43 2021 +0200
+++ b/move.py   Sun Apr 18 17:57:44 2021 +0200
@@ -1729,7 +1729,7 @@
             party = parties.pop()
             self.show.party = party
             self.show.parties = parties
-            return party
+            return party,
 
         if getattr(self.show, 'accounts', None) is None:
             self.show.accounts = self.get_accounts()

Reply via email to