[open-ils-commits] r17466 - branches/rel_2_0/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 2 20:13:09 EDT 2010


Author: phasefx
Date: 2010-09-02 20:13:08 -0400 (Thu, 02 Sep 2010)
New Revision: 17466

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js
Log:
up the default pull list limit from 50 to 100

Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js	2010-09-03 00:10:48 UTC (rev 17465)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/patron/holds.js	2010-09-03 00:13:08 UTC (rev 17466)
@@ -15,8 +15,8 @@
     '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,



More information about the open-ils-commits mailing list