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 371-377 Link Here
371
                                                        <span>Don't allow</span>
371
                                                        <span>Don't allow</span>
372
                                                    [% END %]
372
                                                    [% END %]
373
                                                </td>
373
                                                </td>
374
                                                <td>[% holds_pickup_period | html %]</td>
374
                                                <td>
375
                                                    [% IF holds_pickup_period == '' %]
376
                                                        <span title="Will use ReservesMaxPickupDelay system preference value ([% Koha.Preference('ReservesMaxPickupDelay') | html %])">Default</span>
377
                                                    [% ELSE %]
378
                                                        [% holds_pickup_period | html %]
379
                                                    [% END %]
380
                                                </td>
375
                                                [% IF Koha.Preference('ArticleRequests') %]
381
                                                [% IF Koha.Preference('ArticleRequests') %]
376
                                                <td>
382
                                                <td>
377
                                                    [% IF article_requests == 'no' %]
383
                                                    [% IF article_requests == 'no' %]
378
- 

Return to bug 8367