[Koha-devel] Items not added to Zebra in field 952

Salvador Zaragoza Rubio salvazm at masmedios.com
Thu Jun 9 12:03:37 CEST 2011


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5527 bytes
Desc: S/MIME Cryptographic Signature
URL: </pipermail/koha-devel/attachments/20110609/318a96fa/attachment.bin>


More information about the Koha-devel mailing list