<%INIT>
return if $r->uri =~ /History\.html/;
my @types = RT->Config->Get('HistoryFilterTypes', $session{'CurrentUser'});
return unless $types[0];
@types = @{ $types[0] };
$$skip = 1 if ( !grep { $_ eq $Transaction->Type } @types );
</%INIT>
<%ARGS>
$Transaction => undef
$skip => undef
</%ARGS>
