Pass on unpaired table arguments to table->list.
This commit is contained in:
parent
9ee80bb5c9
commit
2235df9295
2 changed files with 6 additions and 5 deletions
|
@ -131,8 +131,7 @@
|
|||
(append
|
||||
(list ""
|
||||
"Unpaired transactions:")
|
||||
(parameterize ((*table-border-style* 'ascii))
|
||||
(unpaired-table mb))))))
|
||||
(unpaired-table mb #:border-style 'ascii)))))
|
||||
(append income-lst
|
||||
unpaired-lst)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue