Load specsym.

This commit is contained in:
Dominik Pantůček 2023-04-16 21:48:11 +02:00
parent 0777980564
commit 0a49319730
2 changed files with 7 additions and 5 deletions

View file

@ -58,9 +58,10 @@
(message (list-ref row 12))
(type (list-ref row 13))
(bank (list-ref row 6))
(account (list-ref row 4)))
(account (list-ref row 4))
(specsym (list-ref row 10)))
(make-bank-transaction id date amount currency varsym message type
account bank)))
account bank specsym)))
;; Loads Fio bank accound statement.
(define (bank-fio-parse fn)