Bug 38682 - Add series ISSN from 490$x and 8XX$x to XSLT detail and search results' show-serial().
Summary: Add series ISSN from 490$x and 8XX$x to XSLT detail and search results' show-...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-12 08:07 UTC by Olli-Antti Kivilahti
Modified: 2024-12-12 09:10 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 38682 - Add series ISSN from 490$x and 8XX$x to XSLT detail and search results' show-serial(). (5.09 KB, patch)
2024-12-12 09:10 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Olli-Antti Kivilahti 2024-12-12 08:07:41 UTC
Series statement ISSN from fields 490$x or 8XX$x are not shown in XSLT-templates.
This patch makes them visible in search results and the biblio detail-view, both in OPAC and the staff client.

TEST PLAN:

490:

1. Create a bib record with 490i1=0, 490$x
2. Search for the record in the OPAC
3. Observe the ISSN after the series statement in the search results listing
4. Open the record to biblio detail view
5. Observe the ISSN after the series statement in the detail -page.

6. Search for the record in the staff client
7. Observe the ISSN after the series statement in the search results listing
8. Open the record to biblio detail view
9. Observe the ISSN after the series statement in the detail -page.

800:

1. Create a bib record with 800$x
2-9. Repeat test steps in TEST PLAN 490

830:

1. Create a bib record with 830$x
2-9. Repeat test steps in TEST PLAN 490
Comment 1 Olli-Antti Kivilahti 2024-12-12 09:10:56 UTC
Created attachment 175387 [details] [review]
Bug 38682 - Add series ISSN from 490$x and 8XX$x to XSLT detail and search results' show-serial().