Parcourir la source

Changes to work filter of VoIP in FTTH

Jean Sumara il y a 5 ans
Parent
commit
d416e45b22
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/FTTHBundle/Form/ONUType.php

+ 2 - 1
src/FTTHBundle/Form/ONUType.php

@@ -53,7 +53,8 @@ class ONUType extends AbstractType
             ->add('tcontprofile')
             ->add('trafficProfileOut')
             ->add('trafficProfileIn')
-            ->add('catv');
+            ->add('catv')
+            ->add('voip');
 
         $builder->addEventListener(
             FormEvents::PRE_SUBMIT,