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 364-370 Link Here
364
                                                        <span>Don't allow</span>
364
                                                        <span>Don't allow</span>
365
                                                    [% END %]
365
                                                    [% END %]
366
                                                </td>
366
                                                </td>
367
                                                <td>[% holds_pickup_period | html %]</td>
367
                                                <td>
368
                                                    [% IF holds_pickup_period == '' %]
369
                                                        <span title="Will use ReservesMaxPickupDelay system preference value ([% Koha.Preference('ReservesMaxPickupDelay') | html %])">Default</span>
370
                                                    [% ELSE %]
371
                                                        [% holds_pickup_period | html %]
372
                                                    [% END %]
373
                                                </td>
368
                                                [% IF Koha.Preference('ArticleRequests') %]
374
                                                [% IF Koha.Preference('ArticleRequests') %]
369
                                                <td>
375
                                                <td>
370
                                                    [% IF article_requests == 'no' %]
376
                                                    [% IF article_requests == 'no' %]
371
- 

Return to bug 8367