altering template path
authorbob_lyon <bob_lyon>
Thu, 20 Jul 2006 04:08:47 +0000 (04:08 +0000)
committerbob_lyon <bob_lyon>
Thu, 20 Jul 2006 04:08:47 +0000 (04:08 +0000)
serials/alt_subscription-detail.pl

index f595498..96269d5 100755 (executable)
@@ -102,7 +102,7 @@ $totalissues-- if $totalissues; # the -1 is to have 0 if this is a new subscript
 # 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,