[open-ils-commits] r17463 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 2 19:57:48 EDT 2010


Author: phasefx
Date: 2010-09-02 19:57:47 -0400 (Thu, 02 Sep 2010)
New Revision: 17463

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

Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2010-09-02 21:14:06 UTC (rev 17462)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2010-09-02 23:57:47 UTC (rev 17463)
@@ -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