From: phasefx Date: Thu, 2 Sep 2010 23:57:47 +0000 (+0000) Subject: up the default pull list limit from 50 to 100 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=521cb7c20c31a6c0924380018240ca0d43c7b139;p=evergreen%2Fbjwebb.git up the default pull list limit from 50 to 100 git-svn-id: svn://svn.open-ils.org/ILS/trunk@17463 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index cfae61efb..df531b958 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -15,8 +15,8 @@ patron.holds.prototype = { 'hold_interface_type' : null, 'pull_from_shelf_interface' : { - '_default' : { 'limit' : 50, 'offset' : 0 }, - 'current' : { 'limit' : 50, 'offset' : 0 } + '_default' : { 'limit' : 100, 'offset' : 0 }, + 'current' : { 'limit' : 100, 'offset' : 0 } }, 'filter_lib' : null,