Lines 254-259
Item types administration
Link Here
|
254 |
<span class="hint">If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.</span> |
254 |
<span class="hint">If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.</span> |
255 |
</li> |
255 |
</li> |
256 |
<li> |
256 |
<li> |
|
|
257 |
<label for="updatenotforloanstatusoncheckin">Update not for loan status on check-in: </label> |
258 |
[% IF itemtype.updatenotforloanstatusoncheckin %] |
259 |
<input type="checkbox" id="updatenotforloanstatusoncheckin" name="updatenotforloanstatusoncheckin" checked="checked" value="1" /> |
260 |
[% ELSE %] |
261 |
<input type="checkbox" id="updatenotforloanstatusoncheckin" name="updatenotforloanstatusoncheckin" value="1" /> |
262 |
[% END %] |
263 |
<span class="hint">Dependent on the UpdateNotForLoanStatusOnCheckin system preference being configured. If checked, items of this type will be updated by UpdateNotForLoanStatusOnCheckin syspref upon checkin. If not checked, items of this type will be excluded from update on checkin.</span> |
264 |
</li> |
265 |
<li> |
257 |
<label for="rentalcharge">Rental charge: </label> |
266 |
<label for="rentalcharge">Rental charge: </label> |
258 |
<input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" /> |
267 |
<input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" /> |
259 |
<span class="hint">This fee is charged once per checkout/renewal per item</span> |
268 |
<span class="hint">This fee is charged once per checkout/renewal per item</span> |
Lines 397-402
Item types administration
Link Here
|
397 |
<th>Search category</th> |
406 |
<th>Search category</th> |
398 |
<th>Not for loan</th> |
407 |
<th>Not for loan</th> |
399 |
<th>Hide in OPAC</th> |
408 |
<th>Hide in OPAC</th> |
|
|
409 |
<th>Update not for loan status on checkin</th> |
400 |
<th>Rental charge</th> |
410 |
<th>Rental charge</th> |
401 |
<th>Daily rental charge</th> |
411 |
<th>Daily rental charge</th> |
402 |
<th>Hourly rental charge</th> |
412 |
<th>Hourly rental charge</th> |
Lines 462-467
Item types administration
Link Here
|
462 |
<td>[% itemtype.searchcategory | html %]</td> |
472 |
<td>[% itemtype.searchcategory | html %]</td> |
463 |
<td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %] [% END %]</td> |
473 |
<td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %] [% END %]</td> |
464 |
<td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %] [% END %]</td> |
474 |
<td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %] [% END %]</td> |
|
|
475 |
<td>[% IF ( itemtype.updatenotforloanstatusoncheckin ) %]Yes[% ELSE %] [% END %]</td> |
465 |
<td> |
476 |
<td> |
466 |
[% UNLESS ( itemtype.notforloan ) %] |
477 |
[% UNLESS ( itemtype.notforloan ) %] |
467 |
[% itemtype.rentalcharge | $Price %] |
478 |
[% itemtype.rentalcharge | $Price %] |