Bug 4922 - Item display tries to show serial publication information for titles with series tags
Summary: Item display tries to show serial publication information for titles with ser...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: PATCH-Sent (DO NOT USE) major (vote)
Assignee: Owen Leonard
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 14:26 UTC by Katrin Fischer
Modified: 2012-10-25 22:53 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
screenshot: title has tag 440 (25.76 KB, image/png)
2010-06-30 14:26 UTC, Katrin Fischer
Details
screenshot: tag 440 removed from title (25.06 KB, image/png)
2010-06-30 14:26 UTC, Katrin Fischer
Details
Proposed fix (1.57 KB, patch)
2010-07-01 17:41 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2010-06-30 14:26:12 UTC
Created attachment 2292 [details]
screenshot: title has tag 440

This bug is related to Bug 2375 (item display in OPAC)

When the title is part of a series (tag 440) a column for publication a column for publication data is shown.

public and internal notes are not shown. My public notes for these items show in opac and is in itemnotes in the database. My internal notes are mapped are in more_subfields_xml.

Koha Version: 3.01.00.141
XSLT on/off makes no difference.
Comment 1 Katrin Fischer 2010-06-30 14:26:51 UTC
Created attachment 2293 [details]
screenshot: tag 440 removed from title
Comment 2 Owen Leonard 2010-06-30 17:30:34 UTC
The issue with item notes seems to be unrelated to the 440 tag.
Comment 3 Owen Leonard 2010-07-01 17:41:45 UTC
Created attachment 2298 [details] [review]
Proposed fix

Removing check for "is this a serial record" when displaying enumchron information. This check evaluates as true for all biblio records which have a series title, so it's an inaccurate determiner of whether enumchron information should be displayed. The script already checks for the presence of enumchron data, so that will display anyway if it exists.
Comment 4 Katrin Fischer 2010-09-07 15:00:42 UTC
Tested with current 3.01.00.145, signed off and resend to list.
Comment 5 Katrin Fischer 2010-10-10 21:33:39 UTC
Successfully tested with 3.2 RC. Closing bug.