diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-05-04 17:07:09 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-04 17:07:09 -0700 |
commit | 7f2da0c0259bfde6ee3b0d26a62c9663e00a6e77 (patch) | |
tree | d8846fb7efad9fe256cc8086aa8961d9ab842a7a /httemplate/view/svc_acct.cgi | |
parent | 5e8073ffe5707504751b8df36f645b325a895f87 (diff) |
add searchable and displayable legacy service id (cust_svc.agent_svcid), RT#17619
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 3bfcee473..3ad21bb4d 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -47,6 +47,7 @@ <& svc_acct/basics.html, 'svc_acct' => $svc_acct, 'part_svc' => $part_svc, + 'cust_svc' => $cust_svc, %gopt, &> |