Bug 34687 - Displaying multiple 264 to show publication history
Summary: Displaying multiple 264 to show publication history
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: 21.11
Hardware: PC Windows
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-01 10:04 UTC by Helen Jones
Modified: 2023-09-01 10:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helen Jones 2023-09-01 10:04:39 UTC
Display all 264 regardless of value of first indicator 

The first indicators for 264 are currently defined (MARC21 website) as:
# - Not applicable/No information provided/Earliest
2 - Intervening
3 - Current/Latest

In Koha (according to a patch from Bug 14734), first indicator = 3 trumps all other options and actually suppresses all other 264, which, if you are using the indicators properly, removes most of the publication history. This is very unhelpful, particularly in journals records.

If I want to have all the previous publication history displayed, then I need to code the first indicator of the most recent publisher as something other than 3 (which is technically wrong) so that I don't loose the previous publication info. This is really counter-intuitive. The indicators should be used for their intended purpose rather than as a suppression tool.

Could this patch be reversed so that the indicators function to display the complete publication history?