From cec0d34761a691d09aefeb75e08b7cb927499151 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 15 May 2019 18:00:06 +0200 Subject: [PATCH] Ajout d'une option de distribution --- accred_form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/accred_form.php b/accred_form.php index c1c2a4e7..a379eb02 100644 --- a/accred_form.php +++ b/accred_form.php @@ -363,7 +363,8 @@ die(); $obj = $form->add('select', 'distribution', $ar['distribution']); $obj->add_options(array( 'Accreditations' => 'Retirer aux accréditations', - 'Poste' => 'Envoyer par la poste', + 'Poste' => 'Envoyer par la poste', + 'Distribué' => 'Déjà distribué', )); $obj->set_rule(array( 'required' => array('error', 'Veuillez choisir un mode de distributions')