koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Bull.pm [rel_2_2]


From: paul poulain
Subject: [Koha-cvs] koha/C4 Bull.pm [rel_2_2]
Date: Tue, 01 Aug 2006 16:18:45 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     paul poulain <tipaul>   06/08/01 16:18:45

Modified files:
        C4             : Bull.pm 

Log message:
        in subscription history/receive, show waited & late issues and the 5 
last recieved one.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Bull.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.6.2.26&r2=1.6.2.27

Patches:
Index: Bull.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Attic/Bull.pm,v
retrieving revision 1.6.2.26
retrieving revision 1.6.2.27
diff -u -b -r1.6.2.26 -r1.6.2.27
--- Bull.pm     26 Jun 2006 00:17:11 -0000      1.6.2.26
+++ Bull.pm     1 Aug 2006 16:18:45 -0000       1.6.2.27
@@ -387,7 +387,6 @@
   FROM serial 
   WHERE subscriptionid = ? AND status NOT IN (2,4,5)");
        $sth->execute($subscriptionid);
-       my @serials;
        while(my $line = $sth->fetchrow_hashref) {
                $line->{"status".$line->{status}} = 1; # fills a "statusX" 
value, used for template status select list
                $line->{"publisheddate"} = 
format_date($line->{"publisheddate"});




reply via email to

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