diff options
author | jeff <jeff> | 2009-03-16 17:06:40 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-03-16 17:06:40 +0000 |
commit | d3784b40552e9f00c9d803ac0833e09828c73d96 (patch) | |
tree | 2e1d864d8b24e8d5817f719e79a08a3718acac79 /httemplate/edit | |
parent | 72d61f5de9e35ec0a01b62eff696ebbbb830846c (diff) |
have prizm use service data rather than package data to select a profile RT#4853
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/svc_broadband.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/svc_broadband.cgi b/httemplate/edit/svc_broadband.cgi index e60c76c90..01e58cdc4 100644 --- a/httemplate/edit/svc_broadband.cgi +++ b/httemplate/edit/svc_broadband.cgi @@ -14,6 +14,7 @@ 'longitude' => 'Longitude', 'altitude' => 'Altitude', 'vlan_profile' => 'VLAN profile', + 'performance_profile' => 'Performance profile', 'authkey' => 'Authentication key', }, 'fields' => \@fields, @@ -34,7 +35,7 @@ my $conf = new FS::Conf; my @fields = ( qw( description ip_addr speed_down speed_up blocknum ), { field=>'block_label', type=>'fixed' }, - qw( mac_addr latitude longitude altitude vlan_profile authkey ) + qw( mac_addr latitude longitude altitude vlan_profile performance_profile authkey ) ); my $fixedblock = ''; |