http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755

--- Comment #12 from Chris Cormack <[email protected]> ---
(In reply to comment #10)
> Jared, could you tell my why you exclude 999 field in this line of
> createMarcHash ?
> I don't know how the 999 is used by Koha...
> 
> +        if ((!defined($tagslib) || $tagslib->{$fieldtag}->{'tab'} >= 0) &&
> $fieldtag ne '995' && $fieldtag ne '999') {
> 
> 
> M. Saby

999 is where the biblioitemnumber and biblionumber are stored (at least in
MARC21) 999$c and 999$d

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to