From: Mark Wells Date: Mon, 13 Jun 2016 21:11:57 +0000 (-0700) Subject: minor fixes X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c6ace4e445ed640ea55d7f27c635e045f2a8677f minor fixes --- 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;