Commit 195b4da1 authored by Florian Joriot's avatar Florian Joriot
Browse files

Correction sur la creation des taux

parent 9968448a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -30,7 +30,13 @@ class TauxForm extends AbstractForm
        $this->setValueOptions('tauxRemu', $this->getServiceTauxRemu()->getTauxRemusIndexable());
        $this->get('tauxRemu')->setEmptyOption("");
        $this->get('tauxRemu')->setLabel('Taux de référence');

        $this->add([
                       'name'    => 'valeur',
                       'type'    => 'Number',
                       'options' => [
                           'label' => 'Valeur a la date d\'effet',
                       ],
                   ]);
        $this->add([
            'name'    => 'date',
            'type'    => 'Date',