X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_broadband.cgi;h=dead70b7f734832037d1a0be4de7c291538c2192;hb=8ef00c68688492b2afa3dde8d3d467f89f238c40;hp=f552e9bc7733883714ab578bcb3e274f74023aea;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index f552e9bc7..dead70b7f 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -10,7 +10,7 @@ <% include('/elements/init_overlib.html') %> -Edit this information +<% include('/view/elements/svc_edit_link.html', 'svc'=>$svc_broadband) %>
<%ntable("#cccccc")%> @@ -83,6 +83,10 @@ Authentication Key <%$auth_key%> + + Service Plan Id + <%$plan_id%> + % %foreach (sort { $a cmp $b } $svc_broadband->virtual_fields) { @@ -203,6 +207,7 @@ my ( $vlan_profile, $auth_key, $description, + $plan_id, ) = ( $svc_broadband->getfield('speed_down'), $svc_broadband->getfield('speed_up'), @@ -214,6 +219,7 @@ my ( $svc_broadband->vlan_profile, $svc_broadband->auth_key, $svc_broadband->description, + $svc_broadband->plan_id, );