Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
b575157c by Cédric Krier at 2023-05-11T09:38:33+02:00
Call get_currencies from super to add balanced when reconcile deposit account

The changeset f9560247a0fc changed the name of the function without renaming
the super call.

Closes #12266
- - - - -


1 changed file:

- modules/account_deposit/account.py


Changes:

=====================================
modules/account_deposit/account.py
=====================================
@@ -49,5 +49,5 @@
     def get_currencies(self, account, party, currency=None, _balanced=False):
         if account.type.deposit:
             _balanced = True
-        return super().get_parties(
+        return super().get_currencies(
             account, party, currency=None, _balanced=_balanced)



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/b575157cffabea75a9c65ef17091f0c3c8f015fe

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/b575157cffabea75a9c65ef17091f0c3c8f015fe
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to