koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/circ circulation.pl [rel_2_2]


From: Waylon Robertson
Subject: [Koha-cvs] koha/circ circulation.pl [rel_2_2]
Date: Sat, 03 Feb 2007 08:37:14 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Waylon Robertson <genji>        07/02/03 08:37:14

Modified files:
        circ           : circulation.pl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.81.2.19&r2=1.81.2.20

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.19
retrieving revision 1.81.2.20
diff -u -b -r1.81.2.19 -r1.81.2.20
--- circulation.pl      29 Jan 2007 09:28:07 -0000      1.81.2.19
+++ circulation.pl      3 Feb 2007 08:37:14 -0000       1.81.2.20
@@ -85,7 +85,7 @@
 
 my @datearr = localtime(time());
 # FIXME - Could just use POSIX::strftime("%Y%m%d", localtime);
-my $todaysdate = (1900+$datearr[5]).sprintf ("%0.2d", ($datearr[4]+1)).sprintf 
("%0.2d", ($datearr[3]))
+my $todaysdate = (1900+$datearr[5]).sprintf ("%0.2d", ($datearr[4]+1)).sprintf 
("%0.2d", ($datearr[3]));
 # check and see if we should print
  if ($barcode eq ''  && $print eq 'maybe'){
        $print = 'yes';




reply via email to

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