[freeside-commits] branch FREESIDE_4_BRANCH updated. d034bbc6d3efc645a61b854942d1717bc636f876

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


The branch, FREESIDE_4_BRANCH has been updated
       via  d034bbc6d3efc645a61b854942d1717bc636f876 (commit)
      from  893c5330eed4d2d8691cbdf89886a374efff2f05 (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 d034bbc6d3efc645a61b854942d1717bc636f876
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 14 14:02:20 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