Biblio.pm bugfixes
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 24 Oct 2007 18:11:47 +0000 (13:11 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 24 Oct 2007 22:00:00 +0000 (17:00 -0500)
commit960db4e458f37b58511ea9ca4d6771b3c93b0aca
treef95015f9d3e61dea1e5e8031a31728761fc3c808
parenta26b677f62fa00d48eed3c68f96d2c9a48594cca
Biblio.pm bugfixes

- uses new C4::Dates instead of C4::Date
- start work on TransformMarcToKoha
  * handle ambiguities in certain column names
  * part of patch inspired by Chris Cormack
- fix bugs preventing biblioitems and items
  from being properly updated
- ensure that biblionumber and biblioitemnumber
  always get mapped to MARC

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