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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +2 lines)
Lines 384-390 Link Here
384
                        <th>Comments</th>
384
                        <th>Comments</th>
385
                        <th>Status</th>
385
                        <th>Status</th>
386
                        <th class="title-string">Staged</th>
386
                        <th class="title-string">Staged</th>
387
                        <th># Bibs</th>
387
                        <th># Bibliographic records</th>
388
                        <th class="NoSort">&nbsp;</th>
388
                        <th class="NoSort">&nbsp;</th>
389
                      </tr>
389
                      </tr>
390
                    </thead>
390
                    </thead>
Lines 588-591 Link Here
588
    </script>
588
    </script>
589
[% END %]
589
[% END %]
590
590
591
[% INCLUDE 'intranet-bottom.inc' %]
591
[% INCLUDE 'intranet-bottom.inc' %]
(-)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 113-119 $(document).ready(function() { Link Here
113
                <th>Vendor</th>
113
                <th>Vendor</th>
114
                <th class="title-string">Shipment date</th>
114
                <th class="title-string">Shipment date</th>
115
                <th class="title-string">Billing date</th>
115
                <th class="title-string">Billing date</th>
116
                <th>Received biblios</th>
116
                <th>Received bibliographic record</th>
117
                <th>Received items</th>
117
                <th>Received items</th>
118
                <th>Status</th>
118
                <th>Status</th>
119
                <th>&nbsp;</th>
119
                <th>&nbsp;</th>
120
- 

Return to bug 19833