Script de contrôle d'adhésion fonctionnel
This commit is contained in:
parent
dac6912b98
commit
19ccdca508
|
@ -115,7 +115,7 @@ def new_registrations_worker():
|
|||
continue
|
||||
numcode, content = get_file_content(registration)[0].split("|")
|
||||
reg_name, reg_firstname, reg_addr, reg_postalcode, reg_city, reg_email,\
|
||||
reg_attribmail, reg_redir, reg_tarif, reg_payment, reg_xmpp \
|
||||
reg_attribmail, reg_xmpp, reg_tarif, reg_payment, reg_redir \
|
||||
= content.split(";")
|
||||
|
||||
# Write summary
|
||||
|
|
Loading…
Reference in New Issue