From: erickson Date: Mon, 8 Dec 2008 21:25:01 +0000 (+0000) Subject: added org unit for defining the juvenile age threshold X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f2cf318eb88d6f247ec8893fbefdceaa748b7607;p=Evergreen.git added org unit for defining the juvenile age threshold git-svn-id: svn://svn.open-ils.org/ILS/trunk@11454 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 b0eb472778..a3c110355a 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1516,7 +1516,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 3899b8929e..fdefebeb13 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 @@ -116,6 +116,10 @@ label : '&staff.server.admin.org_settings.circ.selfcheck.require_patron_password;', desc : '&staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc;', type : 'bool' + }, + 'global.juvenile_age_threshold' : { + label : '&staff.server.admin.org_settings.global.juvenile_age_threshold;', + desc : '&staff.server.admin.org_settings.global.juvenile_age_threshold.desc;', } };