summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_acct/basics.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-05-04 17:07:09 -0700
committerIvan Kohler <ivan@freeside.biz>2012-05-04 17:07:09 -0700
commit7f2da0c0259bfde6ee3b0d26a62c9663e00a6e77 (patch)
treed8846fb7efad9fe256cc8086aa8961d9ab842a7a /httemplate/view/svc_acct/basics.html
parent5e8073ffe5707504751b8df36f645b325a895f87 (diff)
add searchable and displayable legacy service id (cust_svc.agent_svcid), RT#17619
Diffstat (limited to 'httemplate/view/svc_acct/basics.html')
-rw-r--r--httemplate/view/svc_acct/basics.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html
index 8f180b648..bcd84696e 100644
--- a/httemplate/view/svc_acct/basics.html
+++ b/httemplate/view/svc_acct/basics.html
@@ -1,6 +1,9 @@
<% &ntable("#cccccc") %><TR><TD><% &ntable("#cccccc",2) %>
<& /view/elements/tr.html, label=>mt('Service'), value=>$part_svc->svc &>
+% if ( $opt{cust_svc}->agent_svcid ) {
+ <& /view/elements/tr.html, label=>mt('Legacy ID'), value=>$opt{cust_svc}->agent_svcid &>
+% }
<& /view/elements/tr.html, label=>mt('Username'), value=>$svc_acct->username &>
<& /view/elements/tr.html, label=>mt('Domain'), value=>$domain &>