X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fnotify-tickets.html;h=e661737bc880d7bfe8815e2936b40a134be0be7b;hp=f7db52e7bc0c6d9b04b65da1bc001fdd8efd231e;hb=46d8aa8b9d1fc12af33bb8b517301789f871d864;hpb=dd82a27357402466390044d001824657f6617626 diff --git a/httemplate/elements/notify-tickets.html b/httemplate/elements/notify-tickets.html index f7db52e7b..e661737bc 100644 --- a/httemplate/elements/notify-tickets.html +++ b/httemplate/elements/notify-tickets.html @@ -1,13 +1,4 @@ % if ($enabled) { -
% if ( $UnrepliedTickets->Count > 0 ) { @@ -31,7 +22,6 @@ if ($enabled) { my $CurrentUser = $session->{CurrentUser}; $UnrepliedTickets = RT::Tickets->new($CurrentUser); my $search = $class->new(TicketsObj => $UnrepliedTickets); -warn Dumper $search; $search->Prepare; }