[FIX] TransactionID importation and completion

(lp:c2c-financial-addons/6.1 rev 24.1.32)
This commit is contained in:
Joël Grand-Guillaume
2012-06-22 11:38:01 +02:00
parent 4abea930b5
commit a0e368461e
2 changed files with 3 additions and 3 deletions

View File

@@ -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)