[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/circ circulation.pl,1.27,1.28
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha/circ circulation.pl,1.27,1.28 |
Date: |
Wed, 12 Jun 2002 20:17:20 -0700 |
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];
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/circ circulation.pl,1.27,1.28,
Chris Cormack <=