item rework: replaced AddBiblioAndItems
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 3 Jan 2008 18:36:40 +0000 (12:36 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 3 Jan 2008 22:26:16 +0000 (16:26 -0600)
commitc2a0ed8077ef5723338e61d99f3f453c46c3648e
tree228e8a39500a74a671b373c91805dd823e875d57
parent4252673d6c90af5c1fba200ee812763ce989a1ef
item rework: replaced AddBiblioAndItems

Replace C4::Biblio::AddBiblioAndItems with two
things:

* An option to C4::Biblio::AddBiblio to defer writing
  biblioitems.marc and biblioitems.marcxml.  This
  option was created to give a significant
  speed boost to bulkmarcimport.pl, but is *not*
  recommended for general use.
* C4::Items::AddItemBatchFromMarc

This refactoring removes the need to have functions
in C4::Biblio and C4::Items that call each other's
private functions.

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