Lines 424-429
Link Here
|
424 |
<th>Default replacement cost</th> |
424 |
<th>Default replacement cost</th> |
425 |
<th>Processing fee (when lost)</th> |
425 |
<th>Processing fee (when lost)</th> |
426 |
<th>Checkin message</th> |
426 |
<th>Checkin message</th> |
|
|
427 |
<th>Checkout message</th> |
427 |
<th>Library limitations</th> |
428 |
<th>Library limitations</th> |
428 |
<th>Automatic check-in</th> |
429 |
<th>Automatic check-in</th> |
429 |
<th class="noExport NoSort">Actions</th> |
430 |
<th class="noExport NoSort">Actions</th> |
Lines 503-508
Link Here
|
503 |
<td>[% itemtype.defaultreplacecost | $Price %]</td> |
504 |
<td>[% itemtype.defaultreplacecost | $Price %]</td> |
504 |
<td>[% itemtype.processfee | $Price %]</td> |
505 |
<td>[% itemtype.processfee | $Price %]</td> |
505 |
<td>[% itemtype.checkinmsg | html_line_break | $raw %]</td> |
506 |
<td>[% itemtype.checkinmsg | html_line_break | $raw %]</td> |
|
|
507 |
<td>[% itemtype.checkoutmsg | html_line_break | $raw %]</td> |
506 |
<td> |
508 |
<td> |
507 |
[% SET library_limits = itemtype.library_limits %] |
509 |
[% SET library_limits = itemtype.library_limits %] |
508 |
[% IF library_limits.count > 0 %] |
510 |
[% IF library_limits.count > 0 %] |