Fix all members table keyword args.
This commit is contained in:
parent
f1c3ec70a3
commit
901c472292
1 changed files with 8 additions and 7 deletions
|
@ -337,14 +337,15 @@
|
|||
brmember-format
|
||||
(list "Name" "Balance" "Last Payment")
|
||||
(list "~N" "\t~B" "~L"))
|
||||
#:ansi #t
|
||||
#:row0-border #t
|
||||
#:col-border #t)))
|
||||
#:border '(((#:bottom #:right light) ... (#:bottom light))
|
||||
...
|
||||
((#:right light) ... none))
|
||||
#:ansi-reset? #t)))
|
||||
))
|
||||
#:ansi #t
|
||||
#:row-border #t
|
||||
#:col-border #t
|
||||
)))
|
||||
#:border '(((#:bottom #:right light) ... (#:bottom light))
|
||||
...
|
||||
((#:right light) ... none))
|
||||
#:ansi-reset? #t)))
|
||||
(let ((pmrs (find-members-by-predicate mb brmember-has-problems?)))
|
||||
(when (not (null? pmrs))
|
||||
(newline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue