You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/lib/NGCP/Panel/Form/CallForward/CFBNumberSetAPI.pm

17 lines
391 B

package NGCP::Panel::Form::CallForward::CFBNumberSetAPI;
use HTML::FormHandler::Moose;
extends 'NGCP::Panel::Form::CallForward::CFBNumberSetSubAPI';
has_field 'subscriber_id' => (
type => 'PosInteger',
required => 1,
element_attr => {
rel => ['tooltip'],
title => ['The subscriber id this b-number set belongs to']
},
);
1;
# vim: set tabstop=4 expandtab: