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

Robert Lyon bob at katipo.co.nz
Tue Nov 28 01:55:00 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Robert Lyon <bob_lyon>	06/11/28 00:55:00

Modified files:
	C4             : Bull.pm 

Log message:
	Fixing problem with not passing enough variables about

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

Patches:
Index: Bull.pm
===================================================================
RCS file: /sources/koha/koha/C4/Attic/Bull.pm,v
retrieving revision 1.6.2.36
retrieving revision 1.6.2.37
diff -u -b -r1.6.2.36 -r1.6.2.37
--- Bull.pm	27 Nov 2006 19:49:08 -0000	1.6.2.36
+++ Bull.pm	28 Nov 2006 00:55:00 -0000	1.6.2.37
@@ -1574,7 +1574,7 @@
 		                # next issue number
 		        #       my ($newserialseq,$newlastvalue1,$newlastvalue2,$newlastvalue3,$newinnerloop1,$newinnerloop2,$newinnerloop3) = Get_Next_Seq($val);
 		                my ($newserialseq,$newlastvalue1,$newlastvalue2,$newlastvalue3) = New_Get_Next_Seq($val,$nextplanneddate);
-		                newissue($newserialseq, $subscriptionid, $val->{'biblionumber'}, 1, $nextplanneddate);
+		                newissue($newserialseq, $subscriptionid, $val->{'biblionumber'}, 1, '',$nextplanneddate);
 		#               $sth = $dbh->prepare("update subscription set lastvalue1=?, lastvalue2=?,lastvalue3=?,
 		#                               innerloop1=?,innerloop2=?,innerloop3=?
 		#                               where subscriptionid = ?");





More information about the Koha-cvs mailing list