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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +7 lines)
Lines 369-375 Link Here
369
                                                        <span>Don't allow</span>
369
                                                        <span>Don't allow</span>
370
                                                    [% END %]
370
                                                    [% END %]
371
                                                </td>
371
                                                </td>
372
                                                <td>[% holds_pickup_period | html %]</td>
372
                                                <td>
373
                                                    [% IF holds_pickup_period == '' %]
374
                                                        <span title="Will use ReservesMaxPickupDelay system preference value ([% Koha.Preference('ReservesMaxPickupDelay') | html %])">Default</span>
375
                                                    [% ELSE %]
376
                                                        [% holds_pickup_period | html %]
377
                                                    [% END %]
378
                                                </td>
373
                                                [% IF Koha.Preference('ArticleRequests') %]
379
                                                [% IF Koha.Preference('ArticleRequests') %]
374
                                                <td data-code="[% article_requests | html %]">
380
                                                <td data-code="[% article_requests | html %]">
375
                                                    [% IF article_requests == 'no' %]
381
                                                    [% IF article_requests == 'no' %]
376
- 

Return to bug 8367