[Koha-bugs] [Bug 22820] Display 830 series information when there is no 490 tag (MARC21)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 9 11:43:08 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22820

--- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Just a quick note on $0 vs. $9:

Linking between bibliographic and authorities => $0 ($9 Koha)
Linking between bibliographic records => $w ($w Koha)

Our data is converted to MARC from an internal format in the union catalog, so
in some cases it's stricter MARC and more consistent than manually created MARC
data I guess. 

There is another note that says 8xx can appear with 500, so it probably depends
on where you look at the standard documents. I think Joy's case is valid, but I
really don't want to display both the 490 and 8xx in case they contain nearly
the same information. I know I'd have to change it for our libraries... but it
would be much nicer to find some common ground.

The linking of 490 and corresponding 8xx is indeed problematic to impossible -
at least I haven't found a solution apart from the currently implemented. But I
think it shoudl be possible to allow for the use case Joy pointed out.

- Always display 8xx
- Keep logic for 490 - display when Ind.1=0 (not traced)

It's been like this for a long time and this just recently popped up, so I hope
the 490 logic is agreeable.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list