[Koha-cvs] CVS: koha/reports borrowers_stats.pl,1.3,1.4

Henri-Damien LAURENT hdl at users.sourceforge.net
Thu Feb 24 12:26:43 CET 2005


Update of /cvsroot/koha/koha/reports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20410/reports

Modified Files:
	borrowers_stats.pl 
Log Message:
Improving borrowers statitics management

Index: borrowers_stats.pl
===================================================================
RCS file: /cvsroot/koha/koha/reports/borrowers_stats.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** borrowers_stats.pl	23 Feb 2005 14:11:21 -0000	1.3
--- borrowers_stats.pl	24 Feb 2005 11:26:39 -0000	1.4
***************
*** 141,146 ****
  	my @select_sort2;
  	push @select_sort2,"";
  	while (my ($value) =$req->fetchrow) {
! 		push @select_sort2, $value;
  	}
  	my $CGIsort2=CGI::scrolling_list( -name     => 'Filter',
--- 141,150 ----
  	my @select_sort2;
  	push @select_sort2,"";
+ 	my $hassort2;
  	while (my ($value) =$req->fetchrow) {
! 		if ($value) {
! 			$hassort2 = 1;
! 			push @select_sort2, $value;
! 		}
  	}
  	my $CGIsort2=CGI::scrolling_list( -name     => 'Filter',
***************
*** 173,176 ****
--- 177,181 ----
  					hassort1 => $hassort1,
  					CGISort2 => $CGIsort2,
+ 					hassort2 => $hassort2,
  					CGIextChoice => $CGIextChoice,
  					CGIsepChoice => $CGIsepChoice





More information about the Koha-cvs mailing list