Summary: | Item display tries to show serial publication information for titles with series tags | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Staff interface | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | gmcharlt |
Version: | Main | ||
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: |
screenshot: title has tag 440
screenshot: tag 440 removed from title Proposed fix |
Description
Katrin Fischer
2010-06-30 14:26:12 UTC
Created attachment 2293 [details]
screenshot: tag 440 removed from title
The issue with item notes seems to be unrelated to the 440 tag. 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. Tested with current 3.01.00.145, signed off and resend to list. Successfully tested with 3.2 RC. Closing bug. |