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

paul poulain paul at koha-fr.org
Tue Aug 1 18:18:45 CEST 2006


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"});





More information about the Koha-cvs mailing list