Text to go in the release notes:
|
The `UpdateNotForLoanStatusOnCheckin` system preference is now more configurable: you can define rules to be applied to specific item types upon check-in.
Add the item type code followed by a colon, and then on separate lines below define each notforloan value pair with leading spaces. Example:
BK
-1: 0
You can use an _ALL_ wildcard to target all item types. The *_ALL_* wildcard does NOT override item-type specific rules.
Example:
_ALL_:
-1: 2
If an item type is not defined in the `UpdateNotForLoanStatusOnCheckin` system preference, and there are no *_ALL_* rules defined, then items of that type will not have their notforloan status change on check-in, irrespective of their current notforloan value.
|