Total credit for member format.
This commit is contained in:
parent
9de64f7004
commit
d5f8c1b962
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
(if (eq? n 0)
|
||||
""
|
||||
(sprintf "[~A]" n))))
|
||||
((#\P) ; Date of last payment
|
||||
((#\L) ; Date of last payment
|
||||
(let ((payments (brmember-payments mr)))
|
||||
(if (null? payments)
|
||||
"-"
|
||||
|
@ -71,6 +71,8 @@
|
|||
((#\F) ; Fees to be paid (total over all
|
||||
; membership periods)
|
||||
(sprintf "~A" (member-fees-total mr)))
|
||||
((#\C) ; Total credit manually written
|
||||
(sprintf "~A" (member-credit-total mr)))
|
||||
((#\~) "~"))
|
||||
resl))
|
||||
(loop (cdr fmtl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue