Bug 8764

Summary: Template change "Authors" to "Additional authors" in OPAC
Product: Koha Reporter: David Cook <dcook>
Component: TemplatesAssignee: David Cook <dcook>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: trivial    
Priority: P5 - low CC: chris, jonathan.druart, magnus, paul.poulain
Version: 3.8   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 8764 - Template change "Authors" to "Additional authors" in OPAC
Bug 8764 - Template change "Authors" to "Additional authors" in OPAC

Description David Cook 2012-09-12 20:28:54 UTC
The OPAC is incorrectly labelling Additional authors as Authors. By changing this label to "Additional authors", the OPAC will match the Intranet and order will be restored to the force.
Comment 1 David Cook 2012-09-12 20:37:14 UTC Comment hidden (obsolete)
Comment 2 Magnus Enger 2012-09-14 09:22:52 UTC
Created attachment 12211 [details] [review]
Bug 8764 - Template change "Authors" to "Additional authors" in OPAC

This patch simply changes "Authors" to "Additional authors" in the OPAC. This label describes authors that are added via the MARC 700 fields, which are added or additional authors.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Works as advertised, and seems to make sense. Only affects the display
when XSLT is not enabled.
Comment 3 Jonathan Druart 2012-09-14 12:57:34 UTC
QA Comments:
Simple string change in template, marked as Passed QA.
Comment 4 Paul Poulain 2012-09-15 05:19:42 UTC
This patch is probably "wrong" for UNIMARC, but patch pushed.

Explanation: in UNIMARC, authors are stored in 7xx
The 700 field contains the main authors, 701 and 702 additional physical/personal authors. (710, 711, 712 being for collective authors)

however, the 200$f field also contain authors, in non authoritative form.
That's why the opac-detail.pl displays 200$f as authors, and all 7xx authors in the MARCAUTHOR array (in authority form)
So it's wrong to say "additional authors"

however, for libraries that think it's a problem, they can always activate XSLT. So patch pushed
Comment 5 Chris Cormack 2012-09-25 01:58:24 UTC
Pushed to 3.8.x, will be in 3.8.6