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