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 523-529 Link Here
523
                                                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
523
                                                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
524
                                                        <th>Supplier report</th>
524
                                                        <th>Supplier report</th>
525
                                                    [% END %]
525
                                                    [% END %]
526
                                                    <th class="NoSort">Place hold</th>
526
                                                    <th class="NoSort noExport">Place hold</th>
527
                                                    [% IF ( active && !closedate ) %]
527
                                                    [% IF ( active && !closedate ) %]
528
                                                            <th class="NoSort noExport">Modify</th>
528
                                                            <th class="NoSort noExport">Modify</th>
529
                                                    [% END %]
529
                                                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-4 / +3 lines)
Lines 195-203 Link Here
195
                    <tr>
195
                    <tr>
196
                        <th scope="col">Code</th>
196
                        <th scope="col">Code</th>
197
                        <th scope="col">Label</th>
197
                        <th scope="col">Label</th>
198
                        <th class="noExport" scope="col">Default</th>
198
                        <th scope="col">Default</th>
199
                        <th class="noExport" scope="col">Lift after payment?</th>
199
                        <th scope="col">Lift after payment?</th>
200
                        <th class="noExport" scope="col">Fee limit</th>
200
                        <th scope="col">Fee limit</th>
201
                        <th class="noExport" scope="col">Actions</th>
201
                        <th class="noExport" scope="col">Actions</th>
202
                    </tr>
202
                    </tr>
203
                </thead>
203
                </thead>
204
- 

Return to bug 38472