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

Waylon Robertson wrobertson1981 at yahoo.co.nz
Sat Feb 3 09:37:14 CET 2007


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';





More information about the Koha-cvs mailing list