From 77558436c1138be069cd9f019b325cca4c80453a Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Fri, 26 Jun 2015 14:35:04 +0200 Subject: [PATCH] MT#13657 allow to change adminflag of pbxpilot Change-Id: If78575c96645282d1f5d0de8df19ea943ce93277 --- lib/NGCP/Panel/Form/Customer/PbxSubscriberEdit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Form/Customer/PbxSubscriberEdit.pm b/lib/NGCP/Panel/Form/Customer/PbxSubscriberEdit.pm index 3a74bc2f3b..746d31fad7 100644 --- a/lib/NGCP/Panel/Form/Customer/PbxSubscriberEdit.pm +++ b/lib/NGCP/Panel/Form/Customer/PbxSubscriberEdit.pm @@ -44,7 +44,7 @@ has_field 'email' => ( has_block 'fields' => ( tag => 'div', class => [qw/modal-body/], - render_list => [qw/e164 alias_number alias_number_add email webusername webpassword password status profile_set profile/ ], + render_list => [qw/e164 alias_number alias_number_add email webusername webpassword password administrative status profile_set profile/ ], ); has_block 'actions' => (