up the default pull list limit from 50 to 100
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Sep 2010 23:57:47 +0000 (23:57 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Sep 2010 23:57:47 +0000 (23:57 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17463 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/holds.js

index cfae61e..df531b9 100644 (file)
@@ -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,