Bug 5703

Summary: Content of the $9 subfield is shown for series when in Normal view.
Product: Koha Reporter: Frédérick Capovilla <fcapovilla>
Component: OPACAssignee: Frédérick Capovilla <fcapovilla>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, julian.maurice, nengard
Version: rel_3_2   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Hides the $9 subfield (linked authid) when showing series for a MARC record in normal view.

Description Frédérick Capovilla 2011-02-07 15:21:02 UTC
Created attachment 3078 [details] [review]
Hides the $9 subfield (linked authid) when showing series for a MARC record in normal view.

If a MARC record has a "SERIES STATEMENT (440)" that was linked to an authority via link_bibs_to_authorities.pl , the authid of that authority is added to the $9 subfield.

When watching a MARC record normal view, the content of the $9 subfield is shown for the series (440$9), but not the for other types of authorities.

The value of this subfield should never be shown in normal view.

Pages where this problem can be seen :
/koha/opac-detail.pl
/koha/catalogue/detail.pl

Patch attached to correct this problem.
Comment 1 Chris Cormack 2011-03-11 19:24:09 UTC
Patch pushed, please test and mark resolved