Skip to content

Commit

Permalink
Merge pull request #250 from hgq/19_01_pt18347577_holdQueueWeight_4_08
Browse files Browse the repository at this point in the history
19 01 pt18347577 hold queue weight 4 08
  • Loading branch information
ctfliblime committed Nov 2, 2011
2 parents 668c43a + 1bdfefe commit 540d8c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/data/syspref_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@
"NextLibraryHoldsQueueWeight" : {
"explanation" : "Specify a list of library location codes separated by commas -- the list of codes will be traversed and weighted with first values given higher weight for holds fulfillment -- alternatively, if RandomizeHoldsQueueWeight is set, the list will be used in order. This preference overrides both StaticHoldsQueueWeight and RandomizeHoldsQueueWeight.",
"options" : null,
"value" : "0",
"value" : "",
"type" : "TextArea"
},
"KohaAdminEmailAddress" : {
Expand Down Expand Up @@ -1736,7 +1736,7 @@
"RandomizeHoldsQueueWeight" : {
"explanation" : "if ON, the holds queue in circulation will be randomized, either based on all location codes, or by the location codes specified in StaticHoldsQueueWeight",
"options" : null,
"value" : "0",
"value" : "",
"type" : "YesNo"
},
"SyndeticsTOC" : {
Expand Down Expand Up @@ -1898,7 +1898,7 @@
"StaticHoldsQueueWeight" : {
"explanation" : "Specify a list of library location codes separated by commas -- the list of codes will be traversed and weighted with first values given higher weight for holds fulfillment -- alternatively, if RandomizeHoldsQueueWeight is set, the list will be randomly selective",
"options" : null,
"value" : "0",
"value" : "",
"type" : "Integer"
},
"BiblioDefaultView" : {
Expand Down

0 comments on commit 540d8c7

Please sign in to comment.