A few more fixes to exporting MARC records.
authorrsoulliere <robert.soulliere@mohawkcollege.ca>
Tue, 27 Sep 2011 13:05:18 +0000 (09:05 -0400)
committerrsoulliere <robert.soulliere@mohawkcollege.ca>
Tue, 27 Sep 2011 13:05:18 +0000 (09:05 -0400)
1.6/admin/migratingdata_1.6.xml
2.0/admin/migratingdata_2.0.xml

index dd830ae..7f0a84a 100644 (file)
@@ -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 \r
        WHERE bre.deleted='false' and owning_lib=101 \g /home/opensrf/records.txt;\r
 </programlisting>\r
-                               <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 \r
+                               <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 \r
                                <database class="field">id</database> <literal>101</literal>.</para>\r
                        </step>\r
                        <step>\r
index 90268aa..9259643 100644 (file)
@@ -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 \r
        WHERE bre.deleted='false' and owning_lib=101 \g /home/opensrf/records.txt;\r
 </programlisting>\r
-                               <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 \r
+                               <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 \r
                                <database class="field">id</database> <literal>101</literal>.</para>\r
                        </step>\r
                        <step>\r