koha-cvs
[Top][All Lists]
Advanced

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

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/circ circulation.pl [dev_week]
Date: Sat, 14 Oct 2006 00:43:49 +0000

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




reply via email to

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