Fix small bug in the way we handle the transaction pre-balance in case of fees
This commit is contained in:
parent
6511fcec1a
commit
0e60b023ff
@ -97,7 +97,7 @@ class RevolutCsvReader:
|
||||
iban=iban,
|
||||
description=description,
|
||||
datetime=completed_datetime,
|
||||
before_balance=balance - amount,
|
||||
before_balance=balance - amount - fee,
|
||||
after_balance=balance - fee)
|
||||
|
||||
batch = [transaction_without_fee]
|
||||
|
Loading…
Reference in New Issue
Block a user