https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37416

Emmi Takkinen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #22 from Emmi Takkinen <[email protected]> ---
   (In reply to David Nind from comment #20)
> 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.

This can also happen with field 952$y itemtype. Which is a bummer since we
can't now use our value builder plugin to automatically generate itemtype for
items. I think we need a way to priorities use of value builders in item
creation even if authorized value also set to subfield.

-- 
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/

Reply via email to