소스 검색

Merge branch 'feature-voip' into 'master'

Feature voip

See merge request interlink-sa/flowdat3/modules/ftth!169
Jean Sumara Leopoldo 5 년 전
부모
커밋
7fed00b4d6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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,