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.
gjungwirth/voicemail_number
Andreas Granig 11 years ago
parent 3a420aa0b9
commit fcf0bfe0fc

@ -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' => (

Loading…
Cancel
Save