[Koha-cvs] koha/serials alt_subscription-detail.pl

Robert Lyon bob at katipo.co.nz
Thu Jul 20 06:08:47 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Robert Lyon <bob_lyon>	06/07/20 04:08:47

Modified files:
	serials        : alt_subscription-detail.pl 

Log message:
	altering template path

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/serials/alt_subscription-detail.pl?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: alt_subscription-detail.pl
===================================================================
RCS file: /sources/koha/koha/serials/alt_subscription-detail.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- alt_subscription-detail.pl	20 Jul 2006 03:15:42 -0000	1.1
+++ alt_subscription-detail.pl	20 Jul 2006 04:08:47 -0000	1.2
@@ -102,7 +102,7 @@
 # the subscription must be deletable if there is NO issues for a reason or another (should not happend, but...)
 
 ($template, $loggedinuser, $cookie)
-= get_template_and_user({template_name => "serials/subscription-detail.tmpl",
+= get_template_and_user({template_name => "serials/alt_subscription-detail.tmpl",
 				query => $query,
 				type => "intranet",
 				authnotrequired => 0,





More information about the Koha-cvs mailing list