Use new current month/day forms.
This commit is contained in:
parent
03520fc63b
commit
fc0d87cbdd
4 changed files with 51 additions and 45 deletions
|
@ -268,8 +268,8 @@
|
|||
(bank-transaction-message bt)
|
||||
(if (eq? curr 'CZK)
|
||||
amt
|
||||
(parameterize ((*current-month* (cal-ensure-month day)))
|
||||
(* amt (lookup-eur-rate))))
|
||||
(with-current-day day
|
||||
(* amt (lookup-eur-rate))))
|
||||
"Payment")))
|
||||
bts))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue