From: erickson Date: Tue, 11 Nov 2008 19:38:47 +0000 (+0000) Subject: added hold wait estimate setting X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0e90be084b3d32201103ea8c0d98b6601f1de8d5;p=Evergreen.git added hold wait estimate setting git-svn-id: svn://svn.open-ils.org/ILS/trunk@11138 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index aaf83a0f13..aef67d6940 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1499,8 +1499,8 @@ - - + + diff --git a/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml b/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml index e172143706..1048c5eb4b 100644 --- a/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml +++ b/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml @@ -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' } };