X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FQueueSummaryByLifecycle;h=38b3f5930d6176b829dac3b2b81ac5b1c9d15802;hb=5b5eb87bf66f1fac003a13dc2db48e8970c5c986;hp=d6ed1e6783f88e3d6590110a7366299e6e03d6db;hpb=c47b27716ee3081a8a7f092c8b07be831dfe810a;p=freeside.git diff --git a/rt/share/html/Elements/QueueSummaryByLifecycle b/rt/share/html/Elements/QueueSummaryByLifecycle index d6ed1e678..38b3f5930 100644 --- a/rt/share/html/Elements/QueueSummaryByLifecycle +++ b/rt/share/html/Elements/QueueSummaryByLifecycle @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -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;