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