Bug 12725

Summary: Show RDA tag 264 on Intranet Results and Detail XSLT view (MARC21)
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Staff interfaceAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: bgkriegel, gmcharlt, gwilliams, hector.hecaxmmx, 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=12726
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9094
GIT URL: 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:    
Bug Blocks: 10344    
Attachments: Bug 12725: Show RDA tag 264 on Intranet Results and Detail XSLT view (MARC21)
[SIGNED-OFF] Bug 12725: Show RDA tag 264 on Intranet Results and Detail XSLT view (MARC21)
Bug 12725: Show RDA tag 264 on Intranet Results and Detail XSLT view (MARC21)
Bug 12725: Show RDA tag 264 on Intranet Results and Detail XSLT view (MARC21)

Description Marcel de Rooy 2014-08-06 14:29:27 UTC

    
Comment 1 Marcel de Rooy 2014-08-07 08:00:48 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-08-07 16:04:20 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2014-08-21 13:17:02 UTC
(In reply to Bernardo Gonzalez Kriegel from comment #2)
> Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
> Results and detail show 264. I added 2 but only shows the second,
> is that right?

Yes. Based on the rules described, it picks the most 'appropriate' 264..
Comment 4 Marcel de Rooy 2014-08-21 13:18:57 UTC Comment hidden (obsolete)
Comment 5 Marcel de Rooy 2014-08-21 13:19:13 UTC
Small rebase.
Comment 6 Brendan Gallagher 2014-10-11 19:24:04 UTC
Created attachment 32260 [details] [review]
Bug 12725: Show RDA tag 264 on Intranet Results and Detail XSLT view (MARC21)

As bugs 12724 and 12726 did on OPAC, this patch adds similar changes to
Intranet Results and Details XSLT view. It shows information from tag 264 on
the Publisher line of Intranet Results and Detail.

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 Intranet Results.
[3] Check the display of Intranet Detail.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Results and detail show 264. I added 2 but only shows the second,
is that right?

[Reply from marcel:] Yes. Based on the rules described, it picks the most
'appropriate' 264.

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Comment 7 Tomás Cohen Arazi (tcohen) 2014-10-18 14:01:17 UTC
Patch pushed to master.

Thanks Marcel!