From: rsoulliere Date: Tue, 27 Sep 2011 13:05:18 +0000 (-0400) Subject: A few more fixes to exporting MARC records. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=383108fedb4d1c4f97c6bcfffd19178c33a76709;p=Evergreen-DocBook.git A few more fixes to exporting MARC records. --- diff --git a/1.6/admin/migratingdata_1.6.xml b/1.6/admin/migratingdata_1.6.xml index dd830ae..7f0a84a 100644 --- a/1.6/admin/migratingdata_1.6.xml +++ b/1.6/admin/migratingdata_1.6.xml @@ -700,7 +700,7 @@ SELECT DISTINCT bre.id FROM biblio.record_entry AS bre JOIN asset.call_number AS acn ON acn.record = bre.id WHERE bre.deleted='false' and owning_lib=101 \g /home/opensrf/records.txt; - This query will create a file called records.txt containing a column of distinct IDs of items owned by the organizational unit with the + This query creates a file called records.txt containing a column of distinct IDs of items owned by the organizational unit with the id 101. diff --git a/2.0/admin/migratingdata_2.0.xml b/2.0/admin/migratingdata_2.0.xml index 90268aa..9259643 100644 --- a/2.0/admin/migratingdata_2.0.xml +++ b/2.0/admin/migratingdata_2.0.xml @@ -679,7 +679,7 @@ SELECT DISTINCT bre.id FROM biblio.record_entry AS bre JOIN asset.call_number AS acn ON acn.record = bre.id WHERE bre.deleted='false' and owning_lib=101 \g /home/opensrf/records.txt; - This query creates file called records.txt containing a column of distinct IDs of items owned by the organizational unit with the + This query creates a file called records.txt containing a column of distinct IDs of items owned by the organizational unit with the id 101.