[freeside-commits] branch master updated. b070506cd3db05618a5c5ce0c608c527014354d3

Ivan ivan at 420.am
Wed Jun 14 14:02:20 PDT 2017


The branch, master has been updated
       via  b070506cd3db05618a5c5ce0c608c527014354d3 (commit)
      from  12b91e6f2cbf37644b77e42d7353fab325b6a71d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b070506cd3db05618a5c5ce0c608c527014354d3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 14 14:02:17 2017 -0700

    include domains

diff --git a/httemplate/search/report_rt_ticket.html b/httemplate/search/report_rt_ticket.html
index 67fc208..7abc3e8 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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/report_rt_ticket.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list