[freeside-commits] freeside/httemplate/view svc_broadband.cgi, 1.18, 1.18.4.1

Erik Levinson levinse at wavetail.420.am
Fri Jan 21 18:45:34 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	svc_broadband.cgi 
Log Message:
add svc_broadband shellcommands export, RT11250

Index: svc_broadband.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_broadband.cgi,v
retrieving revision 1.18
retrieving revision 1.18.4.1
diff -u -w -d -r1.18 -r1.18.4.1
--- svc_broadband.cgi	2 Dec 2009 20:51:43 -0000	1.18
+++ svc_broadband.cgi	22 Jan 2011 02:45:32 -0000	1.18.4.1
@@ -83,6 +83,10 @@
           <TD ALIGN="right">Authentication Key</TD>
           <TD BGCOLOR="#ffffff"><%$auth_key%></TD>
         </TR>
+	<TR>
+          <TD ALIGN="right">Service Plan Id</TD>
+          <TD BGCOLOR="#ffffff"><%$plan_id%></TD>
+        </TR>
         <TR COLSPAN="2"><TD></TD></TR>
 %
 %foreach (sort { $a cmp $b } $svc_broadband->virtual_fields) {
@@ -203,6 +207,7 @@
      $vlan_profile,
      $auth_key,
      $description,
+     $plan_id,
    ) = (
      $svc_broadband->getfield('speed_down'),
      $svc_broadband->getfield('speed_up'),
@@ -214,6 +219,7 @@
      $svc_broadband->vlan_profile,
      $svc_broadband->auth_key,
      $svc_broadband->description,
+     $svc_broadband->plan_id,
    );
 
 </%init>



More information about the freeside-commits mailing list