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(), ); }