29 May
2013
29 May
'13
9:52 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #12 from Chris Cormack <chris@bigballofwax.co.nz> --- (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.