Skip to content
Snippets Groups Projects
Commit a108cb2e authored by Demian Katz's avatar Demian Katz
Browse files

Removed some unused, meaningless settings.

parent e31788de
Branches
Tags
No related merge requests found
...@@ -5,17 +5,7 @@ ws_api_key = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX'; ...@@ -5,17 +5,7 @@ ws_api_key = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX';
ws_api_id = 'YOUR_ID_HERE'; ws_api_id = 'YOUR_ID_HERE';
ws_requestingorgid = ''; ws_requestingorgid = '';
[Holds] [Holds]
; If a colon separated list of item statuses is provided here, only matching items
; will show hold / recall links. Skip this setting to allow all statuses.
;valid_hold_statuses = Charged:Renewed:Overdue
; non_borrowable - If a colon-separated list of ids from the ITEM_TYPES table is
; provided, matching items will be excluded from holds / recalls. Skip this setting
; to allow links for all item types.
;non_borrowable = 2:4:23:10
; HMACKeys - A list of hold form element names that will be analyzed for consistency ; HMACKeys - A list of hold form element names that will be analyzed for consistency
; during hold form processing. Most users should not need to change this setting. ; during hold form processing. Most users should not need to change this setting.
HMACKeys = item_id:holdtype:level HMACKeys = item_id:holdtype:level
...@@ -33,10 +23,4 @@ extraHoldFields = pickUpLocation ...@@ -33,10 +23,4 @@ extraHoldFields = pickUpLocation
; A Pick Up Location Code used to pre-select the pick up location drop down list and ; A Pick Up Location Code used to pre-select the pick up location drop down list and
; provide a default option if others are not available. Must correspond with one of ; provide a default option if others are not available. Must correspond with one of
; the Location IDs returned by getPickUpLocations() ; the Location IDs returned by getPickUpLocations()
defaultPickUpLocation = "15" defaultPickUpLocation = "15"
\ No newline at end of file
; The maximum number of holding items to generate request links for. The process of
; checking the API for a valid hold is intensive. Any hold items above this this
; limit will have their hold status checked via ajax or when a user clicks on the
; link. Use "0" to check all items via ajax. Default is 15.
holdCheckLimit = 15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment