Fix bank fees dropout.
This commit is contained in:
parent
f5448d050f
commit
d58a84e26e
3 changed files with 19 additions and 15 deletions
|
@ -41,6 +41,7 @@
|
|||
bank-transaction-date
|
||||
bank-transaction-id
|
||||
bank-transaction-message
|
||||
bank-transaction-type
|
||||
)
|
||||
|
||||
(import scheme
|
||||
|
@ -68,6 +69,6 @@
|
|||
(cdr account)))
|
||||
|
||||
;; Creates a new bank transaction.
|
||||
(define-record bank-transaction id date amount currency varsym message)
|
||||
(define-record bank-transaction id date amount currency varsym message type)
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue