print("Warning : I was unable to find an adherent corresponding to %s. You might want to edit your preferences afterward."%pres_name)
print("Warning : I was unable to find an adherent corresponding to %s. You might want to edit your preferences afterward. I will disable the sending of vouchers by email."%pres_name)
@ -56,4 +61,8 @@ class Migration(migrations.Migration):
name='send_voucher_mail',
field=models.BooleanField(default=False,help_text='Be carefull, if no mandate is defined on the preferences page, errors will be triggered when generating vouchers.',verbose_name='Send voucher by email when the invoice is controlled.'),