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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 294-299 modules: Link Here
294
              columnname: not_for_loan
294
              columnname: not_for_loan
295
            -
295
            -
296
              columnname: hide_in_opac
296
              columnname: hide_in_opac
297
            -
298
              columnname: updatenotforloan
297
            -
299
            -
298
              columnname: rental_charge
300
              columnname: rental_charge
299
            -
301
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (+11 lines)
Lines 339-344 Item types › Administration › Koha Link Here
339
                        [% END %]
339
                        [% END %]
340
                        <span class="hint">If checked, items will be automatically checked in once they've reached their due date. This feature requires the <code>misc/cronjobs/automatic_checkin.pl</code> cronjob. Ask your system administrator to schedule it.</span>
340
                        <span class="hint">If checked, items will be automatically checked in once they've reached their due date. This feature requires the <code>misc/cronjobs/automatic_checkin.pl</code> cronjob. Ask your system administrator to schedule it.</span>
341
                </li>
341
                </li>
342
                <li>
343
                    <label for="updatenotforloan">Update not for loan status on check-in: </label>
344
                        [% IF itemtype.updatenotforloan %]
345
                            <input type="checkbox" id="updatenotforloan" name="updatenotforloan" checked="checked" value="1" />
346
                        [% ELSE %]
347
                            <input type="checkbox" id="updatenotforloan" name="updatenotforloan" value="1" />
348
                        [% END %]
349
                        <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>
350
                </li>
342
                <li>
351
                <li>
343
                    <label for="rentalcharge">Rental charge: </label>
352
                    <label for="rentalcharge">Rental charge: </label>
344
                    <input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" min="0" />
353
                    <input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" min="0" />
Lines 477-482 Item types &rsaquo; Administration &rsaquo; Koha Link Here
477
            <th>Search category</th>
486
            <th>Search category</th>
478
            <th>Not for loan</th>
487
            <th>Not for loan</th>
479
            <th>Hide in OPAC</th>
488
            <th>Hide in OPAC</th>
489
            <th>Update not for loan status on checkin</th>
480
            <th>Rental charge</th>
490
            <th>Rental charge</th>
481
            <th>Daily rental charge</th>
491
            <th>Daily rental charge</th>
482
            <th>Hourly rental charge</th>
492
            <th>Hourly rental charge</th>
Lines 543-548 Item types &rsaquo; Administration &rsaquo; Koha Link Here
543
            <td>[% AuthorisedValues.GetByCode( 'ITEMTYPECAT', itemtype.searchcategory ) | html %]</td>
553
            <td>[% AuthorisedValues.GetByCode( 'ITEMTYPECAT', itemtype.searchcategory ) | html %]</td>
544
            <td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
554
            <td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
545
            <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
555
            <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
556
            <td>[% IF ( itemtype.updatenotforloan ) %]Yes[% ELSE %] &nbsp;[% END %]</td>
546
            <td>
557
            <td>
547
            [% UNLESS ( itemtype.notforloan ) %]
558
            [% UNLESS ( itemtype.notforloan ) %]
548
              [% itemtype.rentalcharge | $Price %]
559
              [% itemtype.rentalcharge | $Price %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +1 lines)
Lines 639-644 Circulation: Link Here
639
            - 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
639
            - 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
640
            - "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."
640
            - "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."
641
            - Each pair of values should be on a separate line.
641
            - Each pair of values should be on a separate line.
642
            - Enable itemtypes to be updated upon checkin on the item type page (Administration > Item types)
642
        -
643
        -
643
            - pref: CumulativeRestrictionPeriods
644
            - pref: CumulativeRestrictionPeriods
644
              choices:
645
              choices:
645
- 

Return to bug 25560