https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37544
--- Comment #27 from José Anjos <[email protected]> --- 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-guides 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?biblionumber=76650:3292 get https://library-staff.library.test/intranet-tmpl/lib/datatables/datatables.min_24.0502000.js:41 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
