https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37544
--- Comment #19 from José Anjos <[email protected]> --- I'm using UNIMARC. According this table: https://wiki.koha-community.org/wiki/Holdings_data_fields_(9xx) UNIMARC MARC 21 995$b 952$a branchcode items.homebranch owning library 995$c 952$b branchcode items.holdingbranch holding library (usu. the same as 952$a ) 995$k 952$o Koha full call number items.itemcallnumber 995$f 952$p * barcode items.barcode max 20 characters 995$r 952$y * Koha item type items.itype coded value, required field for circulation The field 995$b (MARC21 952$a ) branchcode, items.homebranch, owning library, gives an error in MARC bibliographic framework test. I had to change it to 995$a again. Even so, I still have 2 errors: itemtype NOT mapped the biblioitems.itemtype field MUST : be mapped to a MARC subfield, the corresponding subfield MUST have "Authorized value" set to "itemtype" and biblio and biblionumber The biblio.biblionumber and biblioitems.biblioitemnumber fields be mapped to a MARC subfield, The Items still not loading. I've been searching and the only place where I find biblioitems.itemtype is 942, so I will try to insert that field in the frameworks. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
