Add max suspended months to specification.
This commit is contained in:
parent
0fa45c375b
commit
3b67044a6f
5 changed files with 22 additions and 18 deletions
|
@ -60,7 +60,8 @@
|
|||
bank-account
|
||||
members-fees
|
||||
members-payments
|
||||
brmember-format)
|
||||
brmember-format
|
||||
specification)
|
||||
|
||||
;; Prints human-readable information
|
||||
(define (print-member-info mr)
|
||||
|
@ -273,7 +274,7 @@
|
|||
(let ((suspended2 (filter
|
||||
(lambda (mr)
|
||||
(>= (brmember-suspended-months mr)
|
||||
(*member-suspend-max-months*)))
|
||||
member-suspend-max-months))
|
||||
suspended-mrs)))
|
||||
(if (null? suspended2)
|
||||
#f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue