X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_event.html;h=757982b95fccc29155f6d40be3680773411ad649;hb=df21571ae9b56b8645c53053fdabc78ca6eeffed;hp=bfc5f43e8a4be0ab51cd557c9847bf323ac53ded;hpb=f3e0ac2b009c4edd5692cb587ff709dac2223ebe;p=freeside.git diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html index bfc5f43e8..757982b95 100644 --- a/httemplate/search/cust_event.html +++ b/httemplate/search/cust_event.html @@ -69,7 +69,7 @@ my $status_sub = sub { my $cust_event = shift; my $status = $cust_event->status; - $status .= ': '.$cust_event->statustext + $status .= ': '. encode_entities($cust_event->statustext) if $cust_event->statustext; my $part_event = $cust_event->part_event; @@ -163,7 +163,7 @@ for my $param (@scalars) { } #lists -my @lists = qw( payby eventpart ); +my @lists = qw( eventpart ); foreach my $param (@lists) { $search{$param} = [ $cgi->param($param) ]; }