@@ -, +, @@ updatenotforloan and update syspref --- Koha/Schema/Result/Itemtype.pm | 1 + .../prog/en/modules/admin/preferences/circulation.pref | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) --- a/Koha/Schema/Result/Itemtype.pm +++ a/Koha/Schema/Result/Itemtype.pm @@ -348,6 +348,7 @@ __PACKAGE__->add_columns( '+rentalcharge_hourly_calendar' => { is_boolean => 1 }, '+rentalcharge_daily_calendar' => { is_boolean => 1 }, '+automatic_checkin' => { is_boolean => 1 }, + '+updatenotforloan' => { is_boolean => 1 }, ); # Use the ItemtypeLocalization view to create the join on localization --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -636,10 +636,10 @@ Circulation: type: textarea syntax: text/x-yaml class: code - - 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 - - "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." - - Each pair of values should be on a separate line. - - Enable itemtypes to be updated upon checkin on the item type page (Administration > Item types) + - "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.
" + - This is a list of value pairs. Each pair of values should be on a separate line.
+ - When an item is checked in, if the not for loan value on the left matches the items not for loan value + - "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.
" - - pref: CumulativeRestrictionPeriods choices: --