|
Lines 344-354
Item types › Administration › Koha
Link Here
|
| 344 |
</li> |
344 |
</li> |
| 345 |
<li> |
345 |
<li> |
| 346 |
<label for="defaultreplacecost">Default replacement cost: </label> |
346 |
<label for="defaultreplacecost">Default replacement cost: </label> |
| 347 |
<input type="text" id="defaultreplacecost" name="defaultreplacecost" size="10" value="[% itemtype.defaultreplacecost | html %]" /> |
347 |
<input type="text" id="defaultreplacecost" name="defaultreplacecost" size="10" value="[% itemtype.defaultreplacecost | $Price on_editing => 1 %]" /> |
| 348 |
</li> |
348 |
</li> |
| 349 |
<li> |
349 |
<li> |
| 350 |
<label for="processfee">Processing fee (when lost): </label> |
350 |
<label for="processfee">Processing fee (when lost): </label> |
| 351 |
<input type="text" id="processfee" name="processfee" size="10" value="[% itemtype.processfee | html %]" /> |
351 |
<input type="text" id="processfee" name="processfee" size="10" value="[% itemtype.processfee | $Price on_editing => 1 %]" /> |
| 352 |
</li> |
352 |
</li> |
| 353 |
<li> |
353 |
<li> |
| 354 |
<label for="checkinmsg">Checkin message: </label> |
354 |
<label for="checkinmsg">Checkin message: </label> |
| 355 |
- |
|
|