From c316409cbd19e3b2e2669fe3fd6a17f908a936dc Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 15 Mar 2011 09:04:40 +0100 Subject: [PATCH] Bug 5864: link biblio => serials subscription is wrong The GetSubscription function can be called with 3 parameters : title, issn, biblionumber. In biblio view (both opac & staff interface), the link to jump from the biblio to the subscription(s) was done using title. The result was that for a title like "Science", all subscriptions containing "science" in the title were linked. That's too much and that's false. This commit fixes this problem by calling GetSubscription with biblionumber only where applicable. --- .../prog/en/includes/biblio-view-menu.inc | 2 +- opac/opac-ISBDdetail.pl | 4 ++-- opac/opac-detail.pl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc index 97b642f..123e71c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc @@ -24,7 +24,7 @@
  • ">Holds
  • -
  • ">Subscription(s)
  • +
  • ">Subscription(s)