View | Details | Raw Unified | Return to bug 19833
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-1 / +1 lines)
Lines 180-186 Link Here
180
                <p>[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p>
180
                <p>[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p>
181
            [% END %]
181
            [% END %]
182
            [% IF ai_biblios %]
182
            [% IF ai_biblios %]
183
                <h4>Biblios</h4>
183
                <h4>Bibliographic Records</h4>
184
                <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
184
                <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
185
                <p>[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p>
185
                <p>[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p>
186
            [% END %]
186
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 85-91 Link Here
85
                                    <th>No.</th>
85
                                    <th>No.</th>
86
                                    <th>Name</th>
86
                                    <th>Name</th>
87
                                    <th class="title-numeric">Item count</th>
87
                                    <th class="title-numeric">Item count</th>
88
                                    <th class="title-numeric">Biblio count</th>
88
                                    <th class="title-numeric">Bibliographic record count</th>
89
                                    <th>Items expected</th>
89
                                    <th>Items expected</th>
90
                                    <th>Created by</th>
90
                                    <th>Created by</th>
91
                                    <th class="title-string">Date</th>
91
                                    <th class="title-string">Date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-2 / +1 lines)
Lines 35-41 Link Here
35
                <th>Vendor</th>
35
                <th>Vendor</th>
36
                <th class="title-string">Shipment date</th>
36
                <th class="title-string">Shipment date</th>
37
                <th class="title-string">Billing date</th>
37
                <th class="title-string">Billing date</th>
38
                <th>Received biblios</th>
38
                <th>Received bibliographic records</th>
39
                <th>Received items</th>
39
                <th>Received items</th>
40
                <th>Status</th>
40
                <th>Status</th>
41
                <th>&nbsp;</th>
41
                <th>&nbsp;</th>
42
- 

Return to bug 19833