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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/