there are sometimes negatives amounts in the 'debit' column
This commit is contained in:
parent
c6a6fe3728
commit
d12b0c0689
1 changed files with 2 additions and 1 deletions
|
|
@ -129,5 +129,6 @@ class OperationsPage(BasePage):
|
|||
t = FrenchTransaction(0)
|
||||
t.parse(date, raw)
|
||||
t.label = label
|
||||
t.set_amount('-' + amount)
|
||||
t.set_amount(amount)
|
||||
t.amount = - t.amount
|
||||
yield t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue