WIP: contrôle cotisation
This commit is contained in:
parent
82345af4e3
commit
6767e4ddaf
|
@ -334,8 +334,8 @@ def validate(member):
|
||||||
|
|
||||||
# Preparing mail
|
# Preparing mail
|
||||||
mailheaders = get_file_content_all(RECEPT_MAIL_HEADERS) + "\n"
|
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")
|
answer["email"] + "\n")
|
||||||
mailtattach = get_file_content_all(RECEPT_MAIL_ATTACHMENT) + "\n"
|
mailtattach = get_file_content_all(RECEPT_MAIL_ATTACHMENT) + "\n"
|
||||||
|
|
||||||
# Opening PDF file as binary
|
# Opening PDF file as binary
|
||||||
|
|
Loading…
Reference in New Issue