mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
feat: Ajout d'un nouvel état dans l'automatique lorsqu'un mandat SEPA
doit être envoyé aux parent
This commit is contained in:
@ -10,7 +10,8 @@ state_mapping = {
|
||||
"TO_BE_FOLLOWED_UP": RegistrationForm.RegistrationFormStatus.RF_TO_BE_FOLLOWED_UP,
|
||||
"VALIDATED": RegistrationForm.RegistrationFormStatus.RF_VALIDATED,
|
||||
"ARCHIVED": RegistrationForm.RegistrationFormStatus.RF_ARCHIVED,
|
||||
"SEPA_SENT": RegistrationForm.RegistrationFormStatus.RF_SEPA_SENT
|
||||
"SEPA_SENT": RegistrationForm.RegistrationFormStatus.RF_SEPA_SENT,
|
||||
"SEPA_TO_SEND": RegistrationForm.RegistrationFormStatus.RF_SEPA_TO_SEND
|
||||
}
|
||||
|
||||
def load_config(config_file):
|
||||
|
||||
Reference in New Issue
Block a user