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

Return to bug 19833