item rework: moved ModItemInMarc
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 3 Jan 2008 18:36:17 +0000 (12:36 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 3 Jan 2008 22:23:23 +0000 (16:23 -0600)
commitbc9ee0cff9e12828c1135997c5a8b0dc8477c873
tree74ae05fc919480df08d51099e2449686ee1401ce
parentc58ca5dd5a2ca731bc33f2c63dc44029620f5807
item rework: moved ModItemInMarc

* Moved exported ModItemInMarc from C4::Biblio to
  C4::Items and renamed to _replace_item_field_in_biblio.
  Function is now private and is not exported, as
  ModItem is now the sole entry point for updating
  an item record.
* Replaced calls to ModItemInMarc in C4::Circulation
  with appropriate ModItem calls.

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