Lines 846-856
Circulation:
Link Here
|
846 |
do_not_allow: "Do not allow to mark items as lost" |
846 |
do_not_allow: "Do not allow to mark items as lost" |
847 |
allow: "Allow to mark items as lost" |
847 |
allow: "Allow to mark items as lost" |
848 |
allow_and_notify: "Allow to mark items as lost and notify the patron" |
848 |
allow_and_notify: "Allow to mark items as lost and notify the patron" |
849 |
- "from the 'Holds to pull' screen" |
849 |
- "from the 'Holds to pull' screen. Values to be applied must be defined in UpdateItemWhenLostFromHoldList." |
850 |
- |
850 |
- |
851 |
- Update item's values when marked as lost from the hold to pull screen. |
851 |
- Update item's values when marked as lost from the hold to pull screen. |
852 |
- This is a list of values to update an item when it is marked as lost from the holds to pull screen. |
852 |
- This is a list of values to update an item when it is marked as lost from the holds to pull screen. |
853 |
- 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost' |
853 |
- 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost. (Requires CanMarkHoldsToPullAsLost)' |
854 |
- pref: UpdateItemWhenLostFromHoldList |
854 |
- pref: UpdateItemWhenLostFromHoldList |
855 |
type: textarea |
855 |
type: textarea |
856 |
syntax: text/x-yaml |
856 |
syntax: text/x-yaml |
857 |
- |
|
|