koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.35,1.36
Date: Thu, 08 Aug 2002 21:14:59 -0700

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'};




reply via email to

[Prev in Thread] Current Thread [Next in Thread]