Match fee periods properly.
This commit is contained in:
parent
b9030db455
commit
28dd25998b
3 changed files with 34 additions and 1 deletions
|
@ -85,7 +85,11 @@
|
|||
(cons (list cm
|
||||
(with-current-month
|
||||
cm
|
||||
(brmember-flags mr)))
|
||||
(brmember-flags mr))
|
||||
;; TODO: the following needs to be handled everywhere
|
||||
(with-current-month
|
||||
cm
|
||||
(brmember-spec-fee mr)))
|
||||
cal))))))
|
||||
|
||||
;; Returns the first month of the calendar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue