Pārlūkot izejas kodu

Merge branch 'feature-voip' into 'master'

Feature voip

See merge request interlink-sa/flowdat3/modules/ftth!169
Jean Sumara Leopoldo 5 gadi atpakaļ
vecāks
revīzija
7fed00b4d6
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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('tcontprofile')
             ->add('trafficProfileOut')
             ->add('trafficProfileOut')
             ->add('trafficProfileIn')
             ->add('trafficProfileIn')
-            ->add('catv');
+            ->add('catv')
+            ->add('voip');
 
 
         $builder->addEventListener(
         $builder->addEventListener(
             FormEvents::PRE_SUBMIT,
             FormEvents::PRE_SUBMIT,