Fix handling joined in the base.

This commit is contained in:
Dominik Pantůček 2023-03-19 19:32:56 +01:00
parent 6a53913e48
commit cd6051e376
3 changed files with 10 additions and 6 deletions

View file

@ -80,6 +80,8 @@
(-stats (fname) "Get stats for all months"
(-action- 'print-stats)
(-fname- fname))
(-month (month) "Specify current month"
(*current-month* (string->month month)))
)
;; Load the members database (required for everything anyway)