koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ returns.pl,1.5,1.6


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/circ returns.pl,1.5,1.6
Date: Wed, 12 Jun 2002 20:16:57 -0700

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

Modified Files:
        returns.pl 
Log Message:
Fix to get list of overdue items showing correctly


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** returns.pl  6 Jun 2002 02:51:38 -0000       1.5
--- returns.pl  13 Jun 2002 03:16:55 -0000      1.6
***************
*** 322,325 ****
--- 322,326 ----
            my $items = $flags->{$flag}->{'itemlist'};
              foreach my $item (sort {$a->{'date_due'} cmp $b->{'date_due'}} 
@$items) {
+               my ($iteminformation) = getiteminformation(\%env, 
$item->{'itemnumber'}, 0);
                  $itemsoverdue .=  <<"EOF";
  <font color=red>$item->{'date_due'}</font>




reply via email to

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