From fcf0bfe0fc2cfe8ab177520cd8d6ce446188407e Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Fri, 27 Jun 2014 11:10:15 +0200 Subject: [PATCH] MT#7755 Fix invalid reseller field in subprofset In the reseller form for subscriber profile set, there was an invalid reseller field specified in the field list. --- lib/NGCP/Panel/Form/SubscriberProfile/SetReseller.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Form/SubscriberProfile/SetReseller.pm b/lib/NGCP/Panel/Form/SubscriberProfile/SetReseller.pm index cccd6fb235..c3c78f446c 100644 --- a/lib/NGCP/Panel/Form/SubscriberProfile/SetReseller.pm +++ b/lib/NGCP/Panel/Form/SubscriberProfile/SetReseller.pm @@ -39,7 +39,7 @@ has_field 'save' => ( has_block 'fields' => ( tag => 'div', class => [qw/modal-body/], - render_list => [qw/reseller name description/], + render_list => [qw/name description/], ); has_block 'actions' => (