From: rsoulliere <robert.soulliere@mohawkcollege.ca> 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%2Fmasslnc.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 dd830ae171..7f0a84a998 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; </programlisting> - <para>This query will create a file called <filename>records.txt</filename> containing a column of distinct IDs of items owned by the organizational unit with the + <para>This query creates a file called <filename>records.txt</filename> containing a column of distinct IDs of items owned by the organizational unit with the <database class="field">id</database> <literal>101</literal>.</para> </step> <step> diff --git a/2.0/admin/migratingdata_2.0.xml b/2.0/admin/migratingdata_2.0.xml index 90268aaee5..92596434b9 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; </programlisting> - <para>This query creates file called <filename>records.txt</filename> containing a column of distinct IDs of items owned by the organizational unit with the + <para>This query creates a file called <filename>records.txt</filename> containing a column of distinct IDs of items owned by the organizational unit with the <database class="field">id</database> <literal>101</literal>.</para> </step> <step>