Bug 38682

Summary: Add series ISSN from 490$x and 8XX$x to XSLT detail and search results' show-serial().
Product: Koha Reporter: Olli-Antti Kivilahti <olli-antti.kivilahti>
Component: MARC Bibliographic data supportAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
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().

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().