Use the same algorithm for expected income in summary emails.
This commit is contained in:
parent
dcf6d8937f
commit
c458dc3900
3 changed files with 25 additions and 22 deletions
|
@ -149,9 +149,7 @@
|
|||
(income (+ (* (lookup-member-fee 'normal) full)
|
||||
(* (lookup-member-fee 'student) students)))
|
||||
(income-lst
|
||||
(list (format "Expected income: ~A CZK" income)
|
||||
(format " ~A full members" full)
|
||||
(format " ~A students" students)))
|
||||
(list (get-expected-income-string mb)))
|
||||
(unpaired (mbase-unpaired mb))
|
||||
(unpaired-lst
|
||||
(if (null? unpaired)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue