View | Details | Raw Unified | Return to bug 23704
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +1 lines)
Lines 242-248 Item types administration Link Here
242
                <li>
242
                <li>
243
                    <label for="rentalcharge_hourly">Hourly rental charge: </label>
243
                    <label for="rentalcharge_hourly">Hourly rental charge: </label>
244
                    <input type="text" id="rentalcharge_hourly" name="rentalcharge_hourly" size="10" value="[% itemtype.rentalcharge_hourly | $Price on_editing => 1 %]" />
244
                    <input type="text" id="rentalcharge_hourly" name="rentalcharge_hourly" size="10" value="[% itemtype.rentalcharge_hourly | $Price on_editing => 1 %]" />
245
                    <span class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specifie in hours.</span>
245
                    <span class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specified in hours.</span>
246
                </li>
246
                </li>
247
                <li>
247
                <li>
248
                    <label for="defaultreplacecost">Default replacement cost: </label>
248
                    <label for="defaultreplacecost">Default replacement cost: </label>
249
- 

Return to bug 23704