koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/serials serials-home.pl


From: Robert Lyon
Subject: [Koha-cvs] koha/serials serials-home.pl
Date: Thu, 20 Jul 2006 06:09:02 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Robert Lyon <bob_lyon>  06/07/20 06:09:02

Modified files:
        serials        : serials-home.pl 

Log message:
        merging katipo changes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/serials/serials-home.pl?cvsroot=koha&r1=1.4&r2=1.5

Patches:
Index: serials-home.pl
===================================================================
RCS file: /sources/koha/koha/serials/serials-home.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- serials-home.pl     20 Jul 2006 03:14:49 -0000      1.4
+++ serials-home.pl     20 Jul 2006 06:09:02 -0000      1.5
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: serials-home.pl,v 1.4 2006/07/20 03:14:49 bob_lyon Exp $
+# $Id: serials-home.pl,v 1.5 2006/07/20 06:09:02 bob_lyon Exp $
 
 =head1 NAME
 
@@ -57,6 +57,10 @@
 my $routing = $query->param('routing');
 my $searched = $query->param('searched');
 my $biblionumber = $query->param('biblionumber');
+my $alt_links = 0;
+if(C4::Context->preference("RoutingSerials")){
+    $alt_links = 0;
+}
 my @subscriptions = GetSubscriptions($title,$ISSN,$biblionumber);
 my ($template, $loggedinuser, $cookie)
 = get_template_and_user({template_name => "serials/serials-home.tmpl",
@@ -82,5 +86,6 @@
        ISSN => $ISSN,
         done_searched => $searched,
         routing => $routing,
+        alt_links => $alt_links,
        );
 output_html_with_http_headers $query, $cookie, $template->output;




reply via email to

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