Fix basic info.
This commit is contained in:
parent
0c7cf11297
commit
2117749d61
4 changed files with 8 additions and 17 deletions
|
@ -49,7 +49,8 @@
|
|||
month
|
||||
ansi
|
||||
table
|
||||
members-base)
|
||||
members-base
|
||||
period)
|
||||
|
||||
;; Returns a list of months where each month is a list containing:
|
||||
;; * month (from month module)
|
||||
|
@ -59,7 +60,7 @@
|
|||
(let ((last-month (if (null? args)
|
||||
(*current-month*)
|
||||
(car args))))
|
||||
(let loop ((cm (member-record-info mr 'joined))
|
||||
(let loop ((cm (period-since (member-record-info mr 'member)))
|
||||
(cal '()))
|
||||
(if (month>? cm last-month)
|
||||
(reverse cal)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue