Include current month in stats.
This commit is contained in:
parent
13985085ca
commit
dfa740f05d
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@
|
|||
(let ((keys '(month total active suspended students destroyed invalid)))
|
||||
(let mloop ((data '())
|
||||
(month (members-base-oldest-month mb)))
|
||||
(if (cal-month<? month (*current-month*))
|
||||
(if (cal-month<=? month (*current-month*))
|
||||
(let ((bi (with-current-month month
|
||||
(mbase-info mb))))
|
||||
(let kloop ((row (list (ldict-ref bi 'month)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue