more items work; handle unlinked subfields (DB rev => 048)
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 21 Jan 2008 20:14:42 +0000 (14:14 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 22 Jan 2008 13:24:13 +0000 (07:24 -0600)
commit396f9987889b676a6f9321d3c455fd192ae44017
tree4a87285857c0fa06840bf5caafc8081723536943
parenta6bd90c48cae4eae7cd16fd3e8f46e152b7c74b0
more items work; handle unlinked subfields (DB rev => 048)

As a consequence, the items table now remains authoritative
for all item information: any subfields not explicitly mapped
in the framework are still stored.

In addition, the additional unlinked subfields are now retained
during a call to ModItem.

Two additional points of note:

* an upgrade script from 2.2 and earlier 3.0 instllations is needed
  to populate items.marc_subfields_xml; I am working on this.
* A behavour of bulkmarcimport.pl has now changed; any item subfields
  not explicitly mapped to a Koha items field were dropped; they are
  now retained and are stored in items.more_subfields_xml.  This can
  affect data migrations.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Items.pm
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl