WIP: contrôle cotisation
This commit is contained in:
parent
104eab4859
commit
82345af4e3
|
@ -334,7 +334,7 @@ def validate(member):
|
|||
|
||||
# Preparing mail
|
||||
mailheaders = get_file_content_all(RECEPT_MAIL_HEADERS) + "\n"
|
||||
mailtext = get_file_content_all(RECEPT_MAIL).replace("COURRIEL-COTISANT",
|
||||
mailtext = get_file_content_all(RECEPT_MAIL).replace("COURRIEL-COTISANT", \
|
||||
answer["email"]) + "\n")
|
||||
mailtattach = get_file_content_all(RECEPT_MAIL_ATTACHMENT) + "\n"
|
||||
|
||||
|
|
Loading…
Reference in New Issue