[Koha-cvs] CVS: koha/circ circulation.pl,1.27,1.28

Chris Cormack rangi at users.sourceforge.net
Thu Jun 13 05:17:20 CEST 2002


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

Modified Files:
	circulation.pl 
Log Message:
Fix to get sticky due date working


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** circulation.pl	6 Jun 2002 02:51:38 -0000	1.27
--- circulation.pl	13 Jun 2002 03:17:18 -0000	1.28
***************
*** 101,104 ****
--- 101,105 ----
  
      unless ($invalidduedate) {
+ 	$env{'datedue'}=$datedue;
  	my @time=localtime(time);
  	my $date= (1900+$time[5])."-".($time[4]+1)."-".$time[3];





More information about the Koha-cvs mailing list