https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37544 --- Comment #27 from José Anjos <joseanjos@gmail.com> --- I tried again to change biblionumber and biblioitemnumber to the suggested on: 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 ) I also reviewed all the frameworks according: https://koha-community.org/manual/latest/en/html/cataloging.html#cataloging-... and https://wiki.koha-community.org/wiki/Holdings_data_fields_(9xx) Finally the MARC bibliographic framework test says: You don't have errors in your MARC configuration Yey!! Then I did another test: ./batchRebuildBiblioTables.pl -c Everything OK Tried load Record with biblionumber=76650, NOT OK Edit Record, Save. Edit Item, Save. ./rebuild_zebra.pl -b -r -v --where biblionumber='76650' Tried load Record with biblionumber=76650, NOT OK In addition to the error shown above (https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170131), in the Dev Tools, several lines with error point to: Uncaught TypeError: row._strings.location is undefined render https://library-staff.library.test/cgi-bin/koha/catalogue/detail.pl?biblionu... get https://library-staff.library.test/intranet-tmpl/lib/datatables/datatables.m... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.