Browse Source

removing some unnecessary lines

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Joshua Ferraro 16 years ago
parent
commit
9c93338b86
  1. 4
      reports/borrowers_stats.pl

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

Loading…
Cancel
Save