mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] TransactionID importation and completion
(lp:c2c-financial-addons/6.1 rev 24.1.32)
This commit is contained in:
@@ -90,7 +90,7 @@ class TransactionIDFileParser(FileParser):
|
||||
"""
|
||||
Compute the commission from value of each line
|
||||
"""
|
||||
res = super(GenericFileParser, self)._post(*args, **kwargs)
|
||||
res = super(TransactionIDFileParser, self)._post(*args, **kwargs)
|
||||
val = 0.0
|
||||
for row in self.result_row_list:
|
||||
val += row.get('commission_amount',0.0)
|
||||
|
||||
Reference in New Issue
Block a user