WIP: contrôle cotisation
This commit is contained in:
parent
c86fc9bd2e
commit
0784f10954
|
@ -335,7 +335,7 @@ def validate(member):
|
|||
mailheaders = get_file_content_all(RECEPT_MAIL_HEADERS).replace("COURRIEL-COTISANT",
|
||||
answer["email"]) + "\n"
|
||||
mailtext = get_file_content_all(RECEPT_MAIL).replace("ANNEE-CIVILE",
|
||||
answer["date"][:4])
|
||||
answer["date"][:4]) + "\n"
|
||||
mailtattach = get_file_content_all(RECEPT_MAIL_ATTACHMENT) + "\n"
|
||||
|
||||
# Opening PDF file as binary
|
||||
|
|
Loading…
Reference in New Issue