Perform EUR lookups.
This commit is contained in:
parent
2bbaa1da9f
commit
8d71c1c2e7
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
(currency (bank-transaction-currency tr)))
|
||||
(case currency
|
||||
((CZK) amount)
|
||||
((EUR) (* amount 25))
|
||||
((EUR) (* amount (lookup-eur-rate)))
|
||||
(else 0))))
|
||||
(member-payments mr))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue