Highlight suspended title.
This commit is contained in:
parent
5744a186d2
commit
8bb12c6e68
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@
|
|||
(lambda (mr)
|
||||
(>= (member-suspended-months mr) 24)))))
|
||||
(when (not (null? suspended2))
|
||||
(print " Suspended for at least 24 months: "
|
||||
(print (ansi #:magenta) " Suspended for at least 24 months: " a:default
|
||||
(member-records->string (sort suspended2 member<?) "~N (~S)"))))
|
||||
(when (not (null? invalid-mrs))
|
||||
(print a:error " Invalid Id (" (length invalid-mrs) "): "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue