Bug 24163: (QA follow-up) Fix wordings
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 2 May 2020 13:42:18 +0000 (15:42 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 5 May 2020 10:08:37 +0000 (11:08 +0100)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
installer/data/mysql/atomicupdate/bug_24163.perl
installer/data/mysql/en/optional/csv_profiles.yml
koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt

index f595db9..6488cdf 100644 (file)
@@ -2,7 +2,7 @@ $DBversion = 'XXX'; # will be replaced by the RM
 if( CheckVersion( $DBversion ) ) {
     $dbh->do(q{
         INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) VALUES
-        ("Late orders (csv profile)", "default CSV export for late orders", 'Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims
+        ("Late orders (CSV profile)", "Default CSV export for late orders", 'Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims
         [% FOR order IN orders ~%]
         [%~ SET biblio = order.biblio ~%]
         "[% biblio.title %]"[% separator ~%]
index a4862ac..6e871d5 100644 (file)
@@ -28,14 +28,14 @@ tables:
       multiline: [ content ]
       rows:
         - profile: "issues to claim"
-          description: "default CSV export for serial issue claims"
+          description: "Default CSV export for serial issue claims"
           content:
             - "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate"
           csv_separator: ","
           type: sql
           used_for: late_issues
-        - profile: "Late orders (csv profile)"
-          description: "default CSV export for late orders"
+        - profile: "Late orders (CSV profile)"
+          description: "Default CSV export for late orders"
           content:
             - 'Title[% separator %]Author[% separator %]Publication year[% separator %]ISBN[% separator %]Quantity[% separator %]Number of claims'
             - '[% FOR order IN orders ~%]'
index 6365ede..675d8cc 100644 (file)
                     <p>Example: Name=subscription.name|Title=subscription.title|Issue number=serial.serialseq</p>
                     <p>For late issues claims you can use data from following tables: serial, subscription, biblio, biblioitems and aqbookseller.</p>
                     <p>For basket exports you can use data from following tables: biblio, biblioitems, aqorders, aqbudgets and aqbasket.</p>
-                    <p>For late orders exports you must provide a Template Toolkit syntax that will generate the whole CSV file..</p>
+                    <p>For exporting late orders you must provide a profile in Template Toolkit syntax to generate the CSV file.</p>
                 </li>
             </ol>
         </fieldset>