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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +1 lines)
Lines 83-89 Link Here
83
                            [% IF csv_profiles.count %]
83
                            [% IF csv_profiles.count %]
84
                                <th class="no-sort"></th>
84
                                <th class="no-sort"></th>
85
                            [% END %]
85
                            [% END %]
86
                            <th>Title</th>
86
                            <th class="anti-the">Title</th>
87
                            <th>Author</th>
87
                            <th>Author</th>
88
                            <th>Lost status</th>
88
                            <th>Lost status</th>
89
                            <th>Lost on</th>
89
                            <th>Lost on</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-2 / +1 lines)
Lines 58-64 Link Here
58
                            <th>Basket</th>
58
                            <th>Basket</th>
59
                            <th>Basket name</th>
59
                            <th>Basket name</th>
60
                            <th>Basket by</th>
60
                            <th>Basket by</th>
61
                            <th>Title</th>
61
                            <th class="anti-the">Title</th>
62
                            <th>Currency</th>
62
                            <th>Currency</th>
63
                            <th>List price</th>
63
                            <th>List price</th>
64
                            <th>RRP</th>
64
                            <th>RRP</th>
65
- 

Return to bug 40111