Skip to content
Snippets Groups Projects

hotline : #145301 : registered add option empty

Merged Sebastien ANDRE requested to merge hotline#145301_formulaire_pre_inscription into master
@@ -32,8 +32,7 @@ class ZendAfi_Form_PreRegistration_Nanook extends ZendAfi_Form {
->addElement('select',
'site',
['label' => $this->_('Médiathèque'),
'multiOptions' => array_merge([''],
Class_IntBib::findAllNanookLabelsWithPreRegistration()),
'multiOptions' => ['' => ''] + Class_IntBib::findAllNanookLabelsWithPreRegistration(),
'required' => true,
'allowEmpty' => false])