X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftable-tickets.html;h=c63a55e56327a9f923761823c18471f81cb39269;hb=4ef0cb4a8729c07a7257cd924b6c778e17329d28;hp=bc02c7c4b136f5d77987a34b611bcccf0a9b2f65;hpb=9ff504a21d361a27997e94e74908ab663a57f207;p=freeside.git diff --git a/httemplate/elements/table-tickets.html b/httemplate/elements/table-tickets.html index bc02c7c4b..c63a55e56 100644 --- a/httemplate/elements/table-tickets.html +++ b/httemplate/elements/table-tickets.html @@ -53,7 +53,7 @@ View - ><% $ticket->{subject} %> + ><% $ticket->{subject} |h %> @@ -65,7 +65,7 @@ View - <% $ticket->{owner} %> + <% $ticket->{owner} |h %> @@ -80,12 +80,13 @@ View <% $ticket->{content} ? $ticket->{content}.' ('.$ticket->{priority}.')' : $ticket->{priority} + |h %> % if ( $ss_priority ) { - <% $ticket->{"CF.{$ss_priority}"} %> + <% $ticket->{"CF.{$ss_priority}"} |h %> % } % if ( $object->isa('FS::cust_main') ) {