瀏覽代碼

Changes to work filter of VoIP in FTTH

Jean Sumara 5 年之前
父節點
當前提交
d416e45b22
共有 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,