[freeside-commits] branch master updated. 6e4fd158b8a797fc4702c7aa35f24c4bbd0f550f

Mark Wells mark at 420.am
Sat Dec 29 13:01:20 PST 2012


The branch, master has been updated
       via  6e4fd158b8a797fc4702c7aa35f24c4bbd0f550f (commit)
      from  2d8d1b6665db8f3a676147e190fea28a71c84598 (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 6e4fd158b8a797fc4702c7aa35f24c4bbd0f550f
Author: Mark Wells <mark at freeside.biz>
Date:   Sat Dec 29 13:00:43 2012 -0800

    fix customer label in ticket searches, #17067

diff --git a/rt/share/html/Elements/CustomerFields b/rt/share/html/Elements/CustomerFields
index d5419d2..199184b 100644
--- a/rt/share/html/Elements/CustomerFields
+++ b/rt/share/html/Elements/CustomerFields
@@ -27,7 +27,7 @@ my @customer_fields = ( # ordered
                 my @return = ();
                 foreach my $c (ticket_cust_resolvers($Ticket)) {
                     push @return, \'<A HREF="', $c->HREF, \'">',
-                                  $c->AsString,
+                                  $c->_FreesideURILabel,
                                   \'</A>',
                                   \'<BR>';
                 }

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

Summary of changes:
 rt/share/html/Elements/CustomerFields |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list