[Koha-cvs] CVS: koha/circ circulation.pl,1.35,1.36

Finlay Thompson finlayt at users.sourceforge.net
Fri Aug 9 06:14:59 CEST 2002


Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv1091

Modified Files:
	circulation.pl 
Log Message:

changed the previous issues to be listed in order of due date



Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** circulation.pl	9 Aug 2002 04:03:43 -0000	1.35
--- circulation.pl	9 Aug 2002 04:14:56 -0000	1.36
***************
*** 404,408 ****
  EOF
      } 
!     foreach my $book (sort {$b->{'timestamp'} <=> $a->{'timestamp'}} @previousissues){
  	my $dd = $book->{'date_due'};
  	my $datedue = $book->{'date_due'};
--- 404,408 ----
  EOF
      } 
!     foreach my $book (sort {$a->{'due_date'} <=> $b->{'due_date'}} @previousissues){
  	my $dd = $book->{'date_due'};
  	my $datedue = $book->{'date_due'};





More information about the Koha-cvs mailing list