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

Joshua Ferraro jmf at kados.org
Sat Oct 14 02:43:49 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/10/14 00:43:49

Modified files:
	circ           : circulation.pl 

Log message:
	remove warn

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.81.2.14.2.10&r2=1.81.2.14.2.11

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.14.2.10
retrieving revision 1.81.2.14.2.11
diff -u -b -r1.81.2.14.2.10 -r1.81.2.14.2.11
--- circulation.pl	13 Oct 2006 17:17:09 -0000	1.81.2.14.2.10
+++ circulation.pl	14 Oct 2006 00:43:49 -0000	1.81.2.14.2.11
@@ -233,7 +233,7 @@
 	my $togglecolor;
 	# parses today & build Template array
 	foreach my $book (sort {$b->{'timestamp'} <=> $a->{'timestamp'}} @todaysissues){
-		warn "TIMESTAMP".$book->{'timestamp'};
+		#warn "TIMESTAMP".$book->{'timestamp'};
 		# ADDED BY JF: NEW ITEMTYPE COUNT DISPLAY
 		$issued_itemtypes_count->{$book->{'itemtype'}}++;
 	





More information about the Koha-cvs mailing list