koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/bull routing-preview.pl [rel_2_2]


From: Robert Lyon
Subject: [Koha-cvs] koha/bull routing-preview.pl [rel_2_2]
Date: Sun, 11 Feb 2007 20:33:46 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Robert Lyon <bob_lyon>  07/02/11 20:33:46

Modified files:
        bull           : routing-preview.pl 

Log message:
        Using correct subroutine

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/bull/routing-preview.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: routing-preview.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/routing-preview.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- routing-preview.pl  27 Nov 2006 04:39:35 -0000      1.1.2.2
+++ routing-preview.pl  11 Feb 2007 20:33:46 -0000      1.1.2.3
@@ -40,7 +40,7 @@
     
 my ($routing, @routinglist) = getroutinglist($subscriptionid);
 my $subs = getsubscription($subscriptionid);
-my ($count,@serials) = getserials($subscriptionid);
+my ($count,@serials) = old_getserials($subscriptionid);
 my ($template, $loggedinuser, $cookie);
 
 if($ok){




reply via email to

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