From 9c93338b8638fa28ef40f948f973f5a9b686ab6b Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 13 Dec 2007 18:03:08 -0600 Subject: [PATCH] removing some unnecessary lines Signed-off-by: Joshua Ferraro --- reports/borrowers_stats.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reports/borrowers_stats.pl b/reports/borrowers_stats.pl index 069038c943..2f2cff16d3 100755 --- a/reports/borrowers_stats.pl +++ b/reports/borrowers_stats.pl @@ -227,7 +227,6 @@ foreach my $thisbranch (sort keys %$branches) { $template->param( CGICatCode => $CGICatCode, CGIZipCode => $CGIZipCode, -# CGIBranch => $CGIBranch, CGISort1 => $CGIsort1, hassort1 => $hassort1, CGISort2 => $CGIsort2, @@ -235,8 +234,7 @@ foreach my $thisbranch (sort keys %$branches) { CGIextChoice => $CGIextChoice, CGIsepChoice => $CGIsepChoice, CGIBranch => $CGIBranch, -# CGIBranch => \@branchloop - DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), + DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), ); } -- 2.20.1