summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-06-14 14:02:20 -0700
committerIvan Kohler <ivan@freeside.biz>2017-06-14 14:02:20 -0700
commitd034bbc6d3efc645a61b854942d1717bc636f876 (patch)
treef0fedd7bcddb11a689b05a4f010b1a953dc0319b /httemplate
parent893c5330eed4d2d8691cbdf89886a374efff2f05 (diff)
include domains
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/report_rt_ticket.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_rt_ticket.html b/httemplate/search/report_rt_ticket.html
index 67fc208b6..7abc3e8cc 100644
--- a/httemplate/search/report_rt_ticket.html
+++ b/httemplate/search/report_rt_ticket.html
@@ -22,7 +22,7 @@
<SELECT NAME="svcnum">
<OPTION VALUE="">(all)
% foreach my $svc_acct (@svc_acct) {
- <OPTION VALUE="<% $svc_acct->svcnum %>"><% $svc_acct->username %></OPTION>
+ <OPTION VALUE="<% $svc_acct->svcnum %>"><% $svc_acct->email %></OPTION>
% }
</SELECT>
</TD>