Handle types correctly, fix body membership.
This commit is contained in:
parent
34f54b2bb0
commit
0c3ebde1fb
3 changed files with 8 additions and 4 deletions
|
@ -249,7 +249,8 @@
|
|||
(- fee)
|
||||
'CZK
|
||||
(cadr mce)
|
||||
(- fee))))
|
||||
(- fee)
|
||||
"Fee")))
|
||||
mc))
|
||||
|
||||
;; Converts bank transactions to transactions usable in balance
|
||||
|
@ -266,7 +267,8 @@
|
|||
(if (eq? curr 'CZK)
|
||||
amt
|
||||
(parameterize ((*current-month* (cal-ensure-month day)))
|
||||
(* amt (lookup-eur-rate)))))))
|
||||
(* amt (lookup-eur-rate))))
|
||||
"Payment")))
|
||||
bts))
|
||||
|
||||
;; Returns a single credit/debit list of payments and fees calendar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue