[Koha-cvs] koha/bull subscription-detail.pl [rel_2_2]

Robert Lyon bob at katipo.co.nz
Sun Feb 11 21:44:32 CET 2007


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

Modified files:
	bull           : subscription-detail.pl 

Log message:
	Fixing up the displaying of create vs edit routing list button

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/bull/subscription-detail.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.9&r2=1.5.2.10

Patches:
Index: subscription-detail.pl
===================================================================
RCS file: /sources/koha/koha/bull/Attic/subscription-detail.pl,v
retrieving revision 1.5.2.9
retrieving revision 1.5.2.10
diff -u -b -r1.5.2.9 -r1.5.2.10
--- subscription-detail.pl	15 Jan 2007 17:46:23 -0000	1.5.2.9
+++ subscription-detail.pl	11 Feb 2007 20:44:31 -0000	1.5.2.10
@@ -108,6 +108,7 @@
 
 }
 my $subs = &getsubscription($subscriptionid);
+my ($routing, @routinglist) = getroutinglist($subscriptionid);
 my ($totalissues, at serialslist) = getserials($subscriptionid);
 $totalissues-- if $totalissues; # the -1 is to have 0 if this is a new subscription (only 1 issue)
 # the subscription must be deletable if there is NO issues for a reason or another (should not happend, but...)
@@ -151,6 +152,7 @@
 	totalissues => $totalissues,
         weekarrayjs => $weekarrayjs,
         hemisphere => $hemisphere,
+        routing => $routing,
 	);
 $template->param(
                         "numberpattern$subs->{numberpattern}" => 1,    





More information about the Koha-cvs mailing list