Hi all,

On my git master updated version when adding an item I can't see the
item added in the 952 field
of the Zebra database, it's only added to the MySQL items table.

I've checked the Items.pm script and in the sub AddItem this is what we
had before:

# create MARC tag representing item and add to bib
    my $new_item_marc = _marc_from_item_hash($item, $frameworkcode,
$unlinked_item_subfields);
    _add_item_field_to_biblio($new_item_marc, $item->{'biblionumber'},
$frameworkcode );

And now:

    ModZebra( $item->{biblionumber}, "specialUpdate", "biblioserver",
undef, undef );


The sub _add_item_field_to_biblio is missing and the 952 is not added to
the biblio record (field marcxml, filed marc in biblioitems)
and the ModZebra doesn't update the record with the new 952 field.

Am I missing something? Is that correct and is a planned modification
about Items?
I can't find a bug related with this issue.


Regards

Salva

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to