Bug 12726

Summary: Show RDA tag 264 on OPAC Results XSLT view
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: OPACAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: bgkriegel, gwilliams, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12724
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12725
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 12724    
Bug Blocks: 10344    
Attachments: Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21)
[SIGNED-OFF] Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21)
Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21)
Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21)
[PASSED QA] Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21)

Description Marcel de Rooy 2014-08-07 07:24:58 UTC

    
Comment 1 Marcel de Rooy 2014-08-07 07:41:40 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-08-07 19:44:49 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2014-08-21 13:14:49 UTC Comment hidden (obsolete)
Comment 4 Marcel de Rooy 2014-08-21 13:15:43 UTC Comment hidden (obsolete)
Comment 5 Marcel de Rooy 2014-08-21 13:16:00 UTC
Small rebase.
Comment 6 Katrin Fischer 2014-10-16 15:07:04 UTC
Created attachment 32424 [details] [review]
[PASSED QA] Bug 12726: Show RDA tag 264 on OPAC Results XSLT view (MARC21)

This patch adds the same information to the Publisher line of OPAC Results
as bug 12724 did on OPAC Detail.
To accomplish this and reduce repeated code, two XSLT routines (named
templates) are moved from OPACDetail to MARC21slimUtils.

Test plan (see also bug 12742 and the rules mentioned there):
[1] Add tag 260 and some 264s to your MARC21 record.
[2] Check the display of OPAC Details. Should not have changed.
[3] Now check also the display of this record in OPAC Results.
[4] Change some indicators in the record. Check OPAC Results again.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
On top of 12724, no change on detail, more data on results.
No koha-qa errors

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Change moves display logic to Utils, 260 will display as
before and 264 will only display if there is no 260.
Comment 7 Tomás Cohen Arazi (tcohen) 2014-10-18 14:00:01 UTC
Patch pushed to master.

Thanks Marcel!