X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_broadband.cgi;h=12e5f0f5d57547d697eddf70f6c5562822efb527;hb=2888eb3dd278260b3ed6ad4a2d4ae3ba656f6a57;hp=f552e9bc7733883714ab578bcb3e274f74023aea;hpb=08b845d637fc6a54a88b019ed586bccdf0334b38;p=freeside.git diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index f552e9bc7..12e5f0f5d 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -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, );