Explorar el Código

FD3-660 Update cablemodem form type

Espinoza Guillermo hace 7 años
padre
commit
6b5dd8ed9b
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/CablemodemBundle/Form/CablemodemType.php

+ 5 - 1
src/CablemodemBundle/Form/CablemodemType.php

@@ -34,7 +34,11 @@ class CablemodemType extends AbstractType
             ->add('profile')
             ->add('model')
             ->add('workflow')
-            ->add('location');
+            ->add('location')
+            ->add('fixedIP')
+            ->add('cpeFixedIP')
+            ->add('mtaFixedIP')
+            ;
     }
 
     /**