[open-ils-commits] r11138 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/admin

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 11 14:38:51 EST 2008


Author: erickson
Date: 2008-11-11 14:38:47 -0500 (Tue, 11 Nov 2008)
New Revision: 11138

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
added hold wait estimate setting

Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-11-11 19:36:16 UTC (rev 11137)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-11-11 19:38:47 UTC (rev 11138)
@@ -1499,10 +1499,10 @@
 <!ENTITY staff.server.admin.org_settings.circ.item_checkout_history.max.desc "This is maximum number of previous circulations the staff client will display when investigating item details">
 <!ENTITY staff.server.admin.org_settings.circ.reshelving_complete.interval "Change reshelving status interval">
 <!ENTITY staff.server.admin.org_settings.circ.reshelving_complete.interval.desc 'Amount of time to wait before changing an item from "reshelving" status to "available".  Examples "1 day", "6 hours"'>
+<!ENTITY staff.server.admin.org_settings.circ.hold_estimate_wait_interval "Estimated Hold Wait (Days)">
+<!ENTITY staff.server.admin.org_settings.circ.hold_estimate_wait_interval.desc "When predicting the amount of time a patron will be waiting for a hold to be fulfilled,this is the default/average number of days to assume an item will be checked out.">
 
 
-
-
 <!ENTITY staff.server.admin.stat_cat.title "Evergreen: Statistical Category Editor">
 <!ENTITY staff.server.admin.stat_cat.greeting "Welcome ">
 <!ENTITY staff.server.admin.stat_cat.heading " Statistical Category Editor">

Modified: trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2008-11-11 19:36:16 UTC (rev 11137)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2008-11-11 19:38:47 UTC (rev 11138)
@@ -92,6 +92,11 @@
                     label : '&staff.server.admin.org_settings.circ.reshelving_complete.interval;',
                     desc : '&staff.server.admin.org_settings.circ.reshelving_complete.interval.desc;',
                     noInherit : true
+                },
+                'circ.hold_estimate_wait_interval' : {
+                    label : '&staff.server.admin.org_settings.circ.hold_estimate_wait_interval;',
+                    desc : '&staff.server.admin.org_settings.circ.circ.hold_estimate_wait_interval;',
+                    type : 'number'
                 }
             };
         </script>



More information about the open-ils-commits mailing list