From 383108fedb4d1c4f97c6bcfffd19178c33a76709 Mon Sep 17 00:00:00 2001 From: rsoulliere Date: Tue, 27 Sep 2011 09:05:18 -0400 Subject: [PATCH] A few more fixes to exporting MARC records. --- 1.6/admin/migratingdata_1.6.xml | 2 +- 2.0/admin/migratingdata_2.0.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.2.5