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

Chris Cormack rangi at users.sourceforge.net
Thu Jun 13 05:16:57 CEST 2002


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>





More information about the Koha-cvs mailing list