[Koha-bugs] [Bug 28631] New: Holds History title link returns "not found" error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 25 12:21:39 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631

            Bug ID: 28631
           Summary: Holds History title link returns "not found" error
 Change sponsored?: ---
           Product: Koha
           Version: 21.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: bc at interleaf.ie
        QA Contact: testopia at bugs.koha-community.org

When a user is logged into the OPAC and OPACHoldsHistory is enabled a list of
holds and old holds is displayed. If a user selects one of these titles a "not
found" error is displayed.

opac-holdshistory.tt line 105:
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[%
hold.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc'
biblio=hold.biblio %]</a></td>

This is an intranet URL so the OPAC user will not have access. 

opac-holdshistory should be:
<td><a href="cgi-bin/koha/opac-detail.pl?biblionumber=[%
hold.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc'
biblio=hold.biblio %]</a></td>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list