diff --git a/lib/NGCP/Panel/Form/Expand.pm b/lib/NGCP/Panel/Form/Expand.pm index 4c574237e9..006c45944f 100644 --- a/lib/NGCP/Panel/Form/Expand.pm +++ b/lib/NGCP/Panel/Form/Expand.pm @@ -98,6 +98,16 @@ has_field 'subscriber_id' => ( }, ); +has_field 'package_id' => ( + type => 'PosInteger', + element_attr => { + expand => { + class => 'NGCP::Panel::Role::API::ProfilePackages', + allowed_roles => [qw(admin reseller ccareadmin ccare)], + }, + }, +); + has_field 'package_after_id' => ( type => 'PosInteger', element_attr => {