hold_stalling.hard typo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
There is a YAOUS setting for circ.hold_
The name for the setting is formatted differently than the name for the soft stalling. The hard stalling ends with an underscore "_hard" while the soft stalling setting ends with a period ".soft".
http://
3085 ,( 'circ.hold_
3086 oils_i18n_
3087 'Soft stalling interval',
3088 'coust', 'label'),
3089 oils_i18n_
3090 'How long to wait before allowing remote items to be opportunistically captured for a hold. Example "5 days"',
3091 'coust', 'description'),
3092 'interval', null)
3093
3094 ,( 'circ.hold_
3095 oils_i18n_
3096 'Hard stalling interval',
3097 'coust', 'label'),
3098 oils_i18n_
3099 'Holds: Hard stalling interval',
3100 'coust', 'description'),
3101 'interval', null)
Then in Open-ILS/
http://
A constant is defined based on the wrong name.
86 econst OILS_SETTING_
87 econst OILS_SETTING_
Changing the library setting would probably be the cleanest fix, but since this value isn't used, it is a low priority. I just wanted to document it in case that feature ever does get implemented.. although I'm not sure what a hard stalling interval would mean.
This was seen in 2.8.2 and master.
Josh
description: | updated |
tags: | added: holds |
tags: |
added: circ-holds removed: holds |
I think we should remove the setting.