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

(-)a/Koha/Schema/Result/Itemtype.pm (+1 lines)
Lines 348-353 __PACKAGE__->add_columns( Link Here
348
    '+rentalcharge_hourly_calendar' => { is_boolean => 1 },
348
    '+rentalcharge_hourly_calendar' => { is_boolean => 1 },
349
    '+rentalcharge_daily_calendar'  => { is_boolean => 1 },
349
    '+rentalcharge_daily_calendar'  => { is_boolean => 1 },
350
    '+automatic_checkin'            => { is_boolean => 1 },
350
    '+automatic_checkin'            => { is_boolean => 1 },
351
    '+updatenotforloan'             => { is_boolean => 1 },
351
);
352
);
352
353
353
# Use the ItemtypeLocalization view to create the join on localization
354
# Use the ItemtypeLocalization view to create the join on localization
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-5 / +4 lines)
Lines 636-645 Circulation: Link Here
636
              type: textarea
636
              type: textarea
637
              syntax: text/x-yaml
637
              syntax: text/x-yaml
638
              class: code
638
              class: code
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
            - "NOTE: Only itemtypes marked to 'Update note for loan status on check-in' on the item type administration page (Administration > Item types) will be affected.</br>"
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
            - This is a list of value pairs. Each pair of values should be on a separate line.</br>
641
            - Each pair of values should be on a separate line.
641
            - When an item is checked in, if the not for loan value on the left matches the items not for loan value
642
            - Enable itemtypes to be updated upon checkin on the item type page (Administration > Item types)
642
            - "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.</br>"
643
        -
643
        -
644
            - pref: CumulativeRestrictionPeriods
644
            - pref: CumulativeRestrictionPeriods
645
              choices:
645
              choices:
646
- 

Return to bug 25560