koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/bull statecollection.pl [rel_2_2]


From: Chris Cormack
Subject: [Koha-cvs] koha/bull statecollection.pl [rel_2_2]
Date: Mon, 23 Apr 2007 02:17:47 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Chris Cormack <rangi>   07/04/23 02:17:46

Modified files:
        bull           : statecollection.pl 

Log message:
        Passing through the sequnce value to be stored in multivolumepart, so 
we can reserve the right item(s) in routing lists

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/bull/statecollection.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.25&r2=1.3.2.26

Patches:
Index: statecollection.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/statecollection.pl,v
retrieving revision 1.3.2.25
retrieving revision 1.3.2.26
diff -u -b -r1.3.2.25 -r1.3.2.26
--- statecollection.pl  23 Feb 2007 21:27:39 -0000      1.3.2.25
+++ statecollection.pl  23 Apr 2007 02:17:46 -0000      1.3.2.26
@@ -106,6 +106,7 @@
                   $info{location}=$locations[$i];
                   $info{status}=$itemstatus[$i];
                   $info{notes}=$serialseqs[$i]." (".$planneddates[$i].")";
+                 $info{multivolumepart}=$serialseqs[$i];
                   my ($status2, @errors)= serialsitemize($newserialid,\%info);
 
                                my $sth2 = $dbh->prepare("UPDATE 
subscriptionhistory SET lastbranch = ? WHERE subscriptionid = ?");




reply via email to

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