Lines 640-645
Circulation:
Link Here
|
640 |
- "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>" |
640 |
- "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>" |
641 |
- "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>" |
641 |
- "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>" |
642 |
- "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>" |
642 |
- "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>" |
|
|
643 |
- |
644 |
- pref: UpdateItemLocationOnCheckout |
645 |
type: textarea |
646 |
syntax: text/x-yaml |
647 |
class: code |
648 |
- "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>" |
649 |
- "Examples:<br/>" |
650 |
- "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check out.<br/>" |
651 |
- "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check out.<br/>" |
652 |
- "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check out.<br/>" |
653 |
- "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check out.<br/>" |
654 |
- "_ALL_: FIC - causes all items to be updated into the Fiction location on check out.<br/>" |
655 |
- "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>" |
656 |
- "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>" |
657 |
- "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>" |
658 |
- "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>" |
659 |
- "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>" |
643 |
- |
660 |
- |
644 |
- pref: UpdateNotForLoanStatusOnCheckin |
661 |
- pref: UpdateNotForLoanStatusOnCheckin |
645 |
type: textarea |
662 |
type: textarea |