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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 214-219 modules: Link Here
214
        -
214
        -
215
          columnname: hide_in_opac
215
          columnname: hide_in_opac
216
        -
216
        -
217
          columnname: updatenotforloanstatusoncheckin
218
        -
217
          columnname: rental_charge
219
          columnname: rental_charge
218
        -
220
        -
219
          columnname: daily_rental_charge
221
          columnname: daily_rental_charge
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (+11 lines)
Lines 232-237 Item types administration Link Here
232
                        <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>
232
                        <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>
233
                </li>
233
                </li>
234
                <li>
234
                <li>
235
                    <label for="updatenotforloanstatusoncheckin">Update not for loan status on check-in: </label>
236
                        [% IF itemtype.updatenotforloanstatusoncheckin %]
237
                            <input type="checkbox" id="updatenotforloanstatusoncheckin" name="updatenotforloanstatusoncheckin" checked="checked" value="1" />
238
                        [% ELSE %]
239
                            <input type="checkbox" id="updatenotforloanstatusoncheckin" name="updatenotforloanstatusoncheckin" value="1" />
240
                        [% END %]
241
                        <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>
242
                </li>
243
                <li>
235
                    <label for="rentalcharge">Rental charge: </label>
244
                    <label for="rentalcharge">Rental charge: </label>
236
                    <input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" />
245
                    <input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" />
237
                    <span class="hint">This fee is charged once per checkout/renewal per item</span>
246
                    <span class="hint">This fee is charged once per checkout/renewal per item</span>
Lines 374-379 Item types administration Link Here
374
            <th>Search category</th>
383
            <th>Search category</th>
375
            <th>Not for loan</th>
384
            <th>Not for loan</th>
376
            <th>Hide in OPAC</th>
385
            <th>Hide in OPAC</th>
386
            <th>Update not for loan status on checkin</th>
377
            <th>Rental charge</th>
387
            <th>Rental charge</th>
378
            <th>Daily rental charge</th>
388
            <th>Daily rental charge</th>
379
            <th>Hourly rental charge</th>
389
            <th>Hourly rental charge</th>
Lines 414-419 Item types administration Link Here
414
            <td>[% itemtype.searchcategory | html %]</td>
424
            <td>[% itemtype.searchcategory | html %]</td>
415
            <td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
425
            <td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
416
            <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
426
            <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
427
            <td>[% IF ( itemtype.updatenotforloanstatusoncheckin ) %]Yes[% ELSE %] &nbsp;[% END %]</td>
417
            <td>
428
            <td>
418
            [% UNLESS ( itemtype.notforloan ) %]
429
            [% UNLESS ( itemtype.notforloan ) %]
419
              [% itemtype.rentalcharge | $Price %]
430
              [% itemtype.rentalcharge | $Price %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +1 lines)
Lines 589-594 Circulation: Link Here
589
            - 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
589
            - 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
590
            - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
590
            - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
591
            - Each pair of values should be on a separate line.
591
            - Each pair of values should be on a separate line.
592
            - Enable itemtypes to be updated upon checkin on the item type page (Administration > Item types)
592
        -
593
        -
593
            - pref: CumulativeRestrictionPeriods
594
            - pref: CumulativeRestrictionPeriods
594
              choices:
595
              choices:
595
- 

Return to bug 25560