Show nicks to notify.

This commit is contained in:
Dominik Pantůček 2023-04-08 22:00:24 +02:00
parent 1551ea15e6
commit c00c60c79d
2 changed files with 13 additions and 4 deletions

View file

@ -222,7 +222,8 @@
(fee (lookup-member-fee (if (member-student? mr)
'student
'regular))))
(and (< total 0)
(and (member-active? mr)
(< total 0)
(< total (- (* months fee))))))))
)