From 03c9f84ac0710b64a13241b5a3dd14e002122fbc Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 3 Sep 2010 00:13:08 +0000 Subject: [PATCH] up the default pull list limit from 50 to 100 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@17466 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/holds.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index cc7b15a072..a0969e3dab 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, -- 2.11.0