]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Always delete the 901 field from incoming MARC records;
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 26 Oct 2007 00:45:16 +0000 (00:45 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 26 Oct 2007 00:45:16 +0000 (00:45 +0000)
commitc25840401aeb025ef47aee0bf39be43bb27c1a2b
tree9ebc0721cc5aaf3deb2077232ae43efa6cbd1c12
parent85aedc38930f645a46e87146fa33a73146721b77
Always delete the 901 field from incoming MARC records;
we append a new 901 with the TCN and read from it, so
there can be only one 901. Well - we could read from the
last 901 in a list of returned fields, but that's not
our current style.

Use 'exists' test to avoid autovivifying hashes for a tiny
amount of overall saving of memory.

If no start ID is supplied at the command line, get the
next biblio.record_entry ID value from the database.

Remove references to the $start_id variable; it is unused.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@7934 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/extras/import/marc2bre.pl