From f2cf318eb88d6f247ec8893fbefdceaa748b7607 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 8 Dec 2008 21:25:01 +0000 Subject: [PATCH] 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 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 3 ++- Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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;', } }; -- 2.11.0