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.
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.