https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37416
--- Comment #20 from David Nind <[email protected]> --- Another place to look for the cause of issues (from bug 37544, comments 36-39) - item location codes or collection codes are not linked to an authorized value category. If the location code or collection code are not mapped to an authorized value category (in MARC21 these are 952$c for the location code, and 952$8 for the collection code), this will generate a JavaScript error in your browser web developer tools console. - 952$c: "...row._strings.location is undefined..." - 952$8: "...row._strings.collection_code is undefined..." To check, look at the tag subfields for your frameworks in the 'Authorized value' field for the "Other options (choose one") section: 1. Go to Koha administration > Catalog > choose a framework > Actions > MARC structure 2. Search for tag: 952 3. Actions > Edit subfields 4. Select the subfield ($c or $8 for MARC21) 5. In the "Other options (choose one)" section, check that the 'Authorized value' field is linked to an authorized value category: - LOC for the location code (952$c) - CCODE for the collection code (952$8) For UNIMARC, look at the equivalent fields. -- 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/
