item rework: moved GetMarcItem
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 3 Jan 2008 18:36:19 +0000 (12:36 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 3 Jan 2008 22:23:56 +0000 (16:23 -0600)
commit7ed543b8a71874e538b4d3bc90401be5b8b939fe
treedd52411da838dc9a952b4aa1ddf2e2b9e2064fa7
parentb7c35853f265d9f03d653789d91524dd030b8ade
item rework: moved GetMarcItem

Moved this function from an exported function in
C4::Biblio to a public but unexported function
in C4::Items.  Added comment noting that this
is used only by additem.pl.

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