WIP: contrôle cotisation

This commit is contained in:
Adrien Bourmault 2022-09-14 23:42:25 +02:00
parent 82345af4e3
commit 6767e4ddaf
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 2 additions and 2 deletions

View File

@ -334,8 +334,8 @@ def validate(member):
# Preparing mail
mailheaders = get_file_content_all(RECEPT_MAIL_HEADERS) + "\n"
mailtext = get_file_content_all(RECEPT_MAIL).replace("COURRIEL-COTISANT", \
answer["email"]) + "\n")
mailtext = get_file_content_all(RECEPT_MAIL).replace("COURRIEL-COTISANT",
answer["email"] + "\n")
mailtattach = get_file_content_all(RECEPT_MAIL_ATTACHMENT) + "\n"
# Opening PDF file as binary