Commit af27c409 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Affichage de l'intitulé du N°Financier dans la ficher d'édition de l'activité

parent 1087aca8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ class ProjectGrantForm extends Form implements InputFilterProviderInterface, Use
        $this->add([
            'name' => 'codeEOTP',
            'options' => [
                'label' => 'EOTP'
                'label' => 'N°Financier (' . $this->getProjectGrantService()->getOscarConfigurationService()->getFinancialLabel() . ')'
            ],
            'attributes' => [
                'class' => 'form-control'