From: Mark Wells Date: Sat, 29 Dec 2012 21:00:43 +0000 (-0800) Subject: fix customer label in ticket searches, #17067 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6e4fd158b8a797fc4702c7aa35f24c4bbd0f550f;p=freeside.git fix customer label in ticket searches, #17067 --- diff --git a/rt/share/html/Elements/CustomerFields b/rt/share/html/Elements/CustomerFields index d5419d213..199184b69 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, \'', - $c->AsString, + $c->_FreesideURILabel, \'', \'
'; }