Format today as ISO date.
This commit is contained in:
parent
779aa80ba3
commit
09bce0be88
3 changed files with 34 additions and 7 deletions
|
@ -43,10 +43,8 @@
|
|||
members-payments
|
||||
util-format
|
||||
brmember-format
|
||||
configuration)
|
||||
|
||||
;; TODO - later move to configuration
|
||||
(define *summary-mailto* (make-parameter "rada@brmlab.cz"))
|
||||
configuration
|
||||
util-time)
|
||||
|
||||
;; Prints email to the console
|
||||
(define (print-notification-email em)
|
||||
|
@ -117,7 +115,8 @@
|
|||
(define (make-summary-email mb)
|
||||
(make-ldict
|
||||
`((to . ,(*summary-mailto*))
|
||||
(subject . "xxx")
|
||||
(subject . ,(format "Členské příspěvky ~A"
|
||||
(today/iso)))
|
||||
(body . ,(summary-email-body mb)))))
|
||||
|
||||
(define (make+print-summary-email mb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue