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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 577-583 Link Here
577
                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
577
                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
578
                                            <th>Supplier report</th>
578
                                            <th>Supplier report</th>
579
                                        [% END %]
579
                                        [% END %]
580
                                        <th class="NoSort">Place hold</th>
580
                                        <th class="NoSort noExport">Place hold</th>
581
                                        [% IF ( active && !closedate ) %]
581
                                        [% IF ( active && !closedate ) %]
582
                                            <th class="NoSort noExport">Modify</th>
582
                                            <th class="NoSort noExport">Modify</th>
583
                                        [% END %]
583
                                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-4 / +3 lines)
Lines 194-202 Link Here
194
                        <tr>
194
                        <tr>
195
                            <th scope="col">Code</th>
195
                            <th scope="col">Code</th>
196
                            <th scope="col">Label</th>
196
                            <th scope="col">Label</th>
197
                            <th class="noExport" scope="col">Default</th>
197
                            <th scope="col">Default</th>
198
                            <th class="noExport" scope="col">Lift after payment?</th>
198
                            <th scope="col">Lift after payment?</th>
199
                            <th class="noExport" scope="col">Fee limit</th>
199
                            <th scope="col">Fee limit</th>
200
                            <th class="noExport" scope="col">Actions</th>
200
                            <th class="noExport" scope="col">Actions</th>
201
                        </tr>
201
                        </tr>
202
                    </thead>
202
                    </thead>
203
- 

Return to bug 38472