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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 228-233 modules: Link Here
228
            -
228
            -
229
              columnname: hide_in_opac
229
              columnname: hide_in_opac
230
            -
230
            -
231
              columnname: updatenotforloanstatusoncheckin
232
            -
231
              columnname: rental_charge
233
              columnname: rental_charge
232
            -
234
            -
233
              columnname: daily_rental_charge
235
              columnname: daily_rental_charge
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (+11 lines)
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 %]&nbsp;[% END %]</td>
473
            <td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
464
            <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
474
            <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
475
            <td>[% IF ( itemtype.updatenotforloanstatusoncheckin ) %]Yes[% ELSE %] &nbsp;[% END %]</td>
465
            <td>
476
            <td>
466
            [% UNLESS ( itemtype.notforloan ) %]
477
            [% UNLESS ( itemtype.notforloan ) %]
467
              [% itemtype.rentalcharge | $Price %]
478
              [% itemtype.rentalcharge | $Price %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +1 lines)
Lines 618-623 Circulation: Link Here
618
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
618
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
619
            - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
619
            - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
620
            - Each pair of values should be on a separate line.
620
            - Each pair of values should be on a separate line.
621
            - Enable itemtypes to be updated upon checkin on the item type page (Administration > Item types)
621
        -
622
        -
622
            - pref: CumulativeRestrictionPeriods
623
            - pref: CumulativeRestrictionPeriods
623
              choices:
624
              choices:
624
- 

Return to bug 25560