X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FQueueSummaryByLifecycle;h=54e6e42397a5aa8891b618a55e1080ebdc4aba65;hp=d6ed1e6783f88e3d6590110a7366299e6e03d6db;hb=c6ace4e445ed640ea55d7f27c635e045f2a8677f;hpb=c29cfb306d842c30d366d920cc74cfa73ae2f9df diff --git a/rt/share/html/Elements/QueueSummaryByLifecycle b/rt/share/html/Elements/QueueSummaryByLifecycle index d6ed1e678..54e6e4239 100644 --- a/rt/share/html/Elements/QueueSummaryByLifecycle +++ b/rt/share/html/Elements/QueueSummaryByLifecycle @@ -72,7 +72,6 @@ for my $queue (@queues) { - <% $queue->{Name} %> @@ -144,9 +143,6 @@ my $Search = RT::Search::UnrepliedTickets->new( TicketsObj => $Tickets ); $Search->Prepare; for my $queue (@queues) { - my $cycle = RT::Lifecycle->Load( Name => $queue->{'Lifecycle'} ); - $lifecycle{ lc $cycle->Name } = $cycle; - # show whether there are unreplied tickets # somewhat inefficient but we only use the count query my $tix = $Tickets->Clone;