Version(s) released in:
|
This enhancement enables libraries to automatically update an item's shelving location on checkout, as is already possible when checking in items.
The new system preference UpdateItemLocationOnCheckout, like UpdateItemLocationOnCheckin, works as follows:
It accepts pairs of shelving locations. On Checkout the item's location is compared to the location on the left and, if it matches, is updated to the location on the right.
Special values for this system preference are:
_ALL_ - used on left side only to affect all items, and overrides all other rules
_BLANK_ - used on either side to match on or set to blank (actual blanks will work, but this is an easier to read option)
_PERM_ - used on right side only to set items to their permanent location
Syntax highlighting is used in the text area to make it easier to read.
|