item rework: various changes
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 3 Jan 2008 18:36:37 +0000 (12:36 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 3 Jan 2008 22:25:42 +0000 (16:25 -0600)
commit9d4d8897b27692292233e3c67e74797fbf92dc66
treeb3608679e2517b137414310847edc32f7cfbad5b
parent82df05847a591b16d2c8167b05c6671cec6ed732
item rework: various changes

* Move CheckItemPreSave to C4::Items (from C4::Biblio)
* Modified C4::Biblio::AddBiblioAndItems to use appropriate
   internal routines from C4::Items
* Moved GetItemnumberFromBarcode to C4::Items
* Removed duplicate C4::Biblio::_koha_new_items
* Removed disused C4::Biblio::MARCitemchange

Currently AddBiblioAndItems is a special routine that
uses private subs from both C4::Biblio and C4::Items.
This needs to be refactored.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm
C4/Items.pm
C4/SIP/ILS/Item.pm
circ/branchtransfers.pl
misc/migration_tools/bulkmarcimport.pl
opac/opac-shelves.pl