Show nicks to notify.
This commit is contained in:
parent
1551ea15e6
commit
c00c60c79d
2 changed files with 13 additions and 4 deletions
|
@ -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))))))))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue