[freeside-commits] freeside/httemplate/edit svc_broadband.cgi, 1.18, 1.19

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Mar 16 10:06:42 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv26838/httemplate/edit

Modified Files:
	svc_broadband.cgi 
Log Message:
have prizm use service data rather than package data to select a profile RT#4853

Index: svc_broadband.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_broadband.cgi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- svc_broadband.cgi	27 Sep 2008 03:01:44 -0000	1.18
+++ svc_broadband.cgi	16 Mar 2009 17:06:40 -0000	1.19
@@ -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 @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 = '';



More information about the freeside-commits mailing list