From: dbs Date: Tue, 23 Oct 2007 13:54:56 +0000 (+0000) Subject: Let's match marc2bre.pl and default to the 001 for the TCN. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=04de17fe7216dc2bd89ee751d7c23ec225622375;p=Evergreen.git Let's match marc2bre.pl and default to the 001 for the TCN. git-svn-id: svn://svn.open-ils.org/ILS/trunk@7920 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/src/extras/import/import_holdings.pl b/Evergreen/src/extras/import/import_holdings.pl index 8306375d16..b7ed45485e 100755 --- a/Evergreen/src/extras/import/import_holdings.pl +++ b/Evergreen/src/extras/import/import_holdings.pl @@ -37,7 +37,7 @@ my %status_map = ( $|=1; my ($userid,$cn_id,$cp_id,$cp_file,$cn_file,$lib_map_field,$id_tag, $marc_file) = - (1, 1, 1, 'asset_copy.sql','asset_volume.sql','shortname','./datafield[@tag="035"]'); + (1, 1, 1, 'asset_copy.sql','asset_volume.sql','shortname','./controlfield[@tag="001"]'); my ($holding_tag,$bc,$lbl,$own,$pr,$cpn,$avail) = ('./datafield[@tag="999"]','i','a','m','p','c','k');