Bug 19833: Kill the "biblios"
authorCharlotte Cordwell <charlotte.cordwell123@gmail.com>
Tue, 16 Jan 2018 22:02:20 +0000 (22:02 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 19 Sep 2018 13:54:44 +0000 (13:54 +0000)
1) Check files modules/about.tt, modules/acqui/booksellers.tt and
modules/acqui/invoices.tt for typos nad check that there are no "biblio"
and only "biblographic record".

Fixed one capitalization error during signoff.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt

index 70b3940..08057a8 100644 (file)
                 <p>[% FOR p IN ai_patrons %][% p.borrowernumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
             [% END %]
             [% IF ai_biblios %]
-                <h4>Biblios</h4>
+                <h4>Bibliographic Records</h4>
                 <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
                 <p>[% FOR b IN ai_biblios %][% b.biblionumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
             [% END %]
index 7fa8f2f..f8d5d8b 100644 (file)
@@ -86,7 +86,7 @@
                                     <th>No.</th>
                                     <th>Name</th>
                                     <th class="title-numeric">Item count</th>
-                                    <th class="title-numeric">Biblio count</th>
+                                    <th class="title-numeric">Bibliographic record count</th>
                                     <th>Items expected</th>
                                     <th>Created by</th>
                                     <th class="title-string">Date</th>
index af7eee9..81293f5 100644 (file)
@@ -37,7 +37,7 @@
                 <th>Vendor</th>
                 <th class="title-string">Shipment date</th>
                 <th class="title-string">Billing date</th>
-                <th>Received biblios</th>
+                <th>Received bibliographic records</th>
                 <th>Received items</th>
                 <th>Status</th>
                 <th>&nbsp;</th>