_replace_item_field_in_biblio now handles missing item field
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 3 Jan 2008 18:36:23 +0000 (12:36 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 3 Jan 2008 22:24:19 +0000 (16:24 -0600)
commit9d71bbb461b58d70bba48e250defa62c11622c88
tree2f896e2bb7ab4cedc70e08f1aa2c4ffb578530ca
parentd01707e5c2e5a080e87f4c4f868f037673789cf2
_replace_item_field_in_biblio now handles missing item field

If an item field with the appropriate itemnumber does not
exist in the MARC bib, the incoming item field is now
just added instead of being ignored.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Items.pm