removing some unnecessary lines
authorJoshua Ferraro <jmf@liblime.com>
Fri, 14 Dec 2007 00:03:08 +0000 (18:03 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 14 Dec 2007 00:03:47 +0000 (18:03 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
reports/borrowers_stats.pl

index 069038c..2f2cff1 100755 (executable)
@@ -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(),
                     );
 
 }