Coerce suspend start to month when calculating suspended months.
This commit is contained in:
parent
dbc52833f0
commit
065d406e9c
1 changed files with 2 additions and 1 deletions
|
@ -423,7 +423,8 @@
|
|||
(if (brmember-suspended? mr)
|
||||
(let ((period (cal-periods-match (brmember-info mr 'suspend))))
|
||||
(if period
|
||||
(cal-month-diff (cal-period-since period) (*current-month*))
|
||||
(cal-month-diff (cal-ensure-month (cal-period-since period))
|
||||
(*current-month*))
|
||||
0))
|
||||
0))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue