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

Robert Lyon bob at katipo.co.nz
Sun Feb 11 21:33:46 CET 2007


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, at serials) = getserials($subscriptionid);
+my ($count, at serials) = old_getserials($subscriptionid);
 my ($template, $loggedinuser, $cookie);
 
 if($ok){





More information about the Koha-cvs mailing list