From 75377d189eec4c9f5a66c0fa1cefd39ecb7075d6 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 7 Aug 2008 02:57:07 +0000 Subject: [PATCH] changing default hold pull list limit to 100 git-svn-id: svn://svn.open-ils.org/ILS/trunk@10290 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/admin/hold_pull_list.js | 2 +- Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/admin/hold_pull_list.js b/Open-ILS/xul/staff_client/server/admin/hold_pull_list.js index 54cb3d2215..0567d5b4fa 100644 --- a/Open-ILS/xul/staff_client/server/admin/hold_pull_list.js +++ b/Open-ILS/xul/staff_client/server/admin/hold_pull_list.js @@ -5,7 +5,7 @@ var FETCH_USER = 'open-ils.actor:open-ils.actor.user.fleshed.retrieve'; var FETCH_VOLUME = 'open-ils.search:open-ils.search.callnumber.retrieve'; var myPerms = [ 'VIEW_HOLD' ]; -var HOLD_LIST_LIMIT = 50; +var HOLD_LIST_LIMIT = 100; var numHolds = 0; var listOffset = 0; diff --git a/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js b/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js index cbfc36de91..94683f7e6b 100644 --- a/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js +++ b/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js @@ -6,7 +6,7 @@ var FETCH_USER = 'open-ils.actor:open-ils.actor.user.fleshed.retrieve'; var FETCH_VOLUME = 'open-ils.search:open-ils.search.callnumber.retrieve'; var myPerms = [ 'VIEW_HOLD' ]; -var HOLD_LIST_LIMIT = 50; +var HOLD_LIST_LIMIT = 100; var numHolds = 0; var listOffset = 0; -- 2.11.0