https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18369
Bug ID: 18369
Summary: Broken title link in UNIMARC catalog search results
table
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Staff Client
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
In staff client, «Search the catalog» returns a table, where biblio title has a
broken link (biblionumber is absent), yet other links works good (Holds, Edit
Record, Edit items, OPAC view)
Steps to Reproduce:
In staff client, search the catalog (Cataloging → «Search the catalog»
(/cgi-bin/koha/catalogue/search.pl))
Actual Results:
Title of the biblio has a link, that doesn't have biblionumber
Expected Results:
Title of the biblio should have a link with a proper biblionumber at the end
Additional Information:
Each biblio in the results table is shown by XSL transformation of MARC data.
XSL (\intranet-tmpl\prog\en\xslt\UNIMARCslim2intranetResults.xsl) prepares a
link, and adds a biblionumber, that it expects to get from controlfield 001.
But since this field could be either empty or contain something different than
biblionumber (see
https://lists.katipo.co.nz/public/koha/2015-September/043652.html), it is
better to pass the biblionumber to this script.
This script is already receiving sysprefs (that is not according to marcxml
standart), so I suggest to pass the biblionumber the same way.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/