diff --git a/lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm b/lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm index a198986e20..10ab047b8f 100644 --- a/lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm +++ b/lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm @@ -25,24 +25,28 @@ has_field 'active_callforward.time_set' => ( type => '+NGCP::Panel::Field::SubscriberTimeSet', label => 'during Time Set', wrapper_class => [qw/hfh-rep-field/], + localize => 0, ); has_field 'active_callforward.source_set' => ( type => '+NGCP::Panel::Field::SubscriberSourceSet', label => 'from Source Set', wrapper_class => [qw/hfh-rep-field/], + localize => 0, ); has_field 'active_callforward.bnumber_set' => ( type => '+NGCP::Panel::Field::SubscriberBNumberSet', label => 'to B-Number Set', wrapper_class => [qw/hfh-rep-field/], + localize => 0, ); has_field 'active_callforward.destination_set' => ( type => '+NGCP::Panel::Field::SubscriberDestinationSet', label => 'Destination Set', wrapper_class => [qw/hfh-rep-field/], + localize => 0, ); has_field 'active_callforward.rm' => (