From: erickson Date: Wed, 4 Mar 2009 22:35:28 +0000 (+0000) Subject: removed mark-lost-after, that's handled by trigger now. repaired 2 setting names X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3429a9ee798eeffde7869794be14da5468f86127;p=Evergreen.git removed mark-lost-after, that's handled by trigger now. repaired 2 setting names git-svn-id: svn://svn.open-ils.org/ILS/trunk@12408 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 bea10160ae..96262d8565 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1566,8 +1566,6 @@ - - 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 43697f3816..2ac8677d46 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 @@ -141,16 +141,12 @@ desc : '&ui.circ.patron_summary.horizontal.desc;', type : 'bool' }, - 'circ.mark_lost_overdue_interval' : { - label : '&staff.server.admin.org_settings.circ.mark_lost_overdue_interval;', - desc : '&staff.server.admin.org_settings.circ.mark_lost_overdue_interval.desc;', - }, - 'void_item_billing_on_lost_return' : { + 'circ.void_item_billing_on_lost_return' : { label : '&staff.server.admin.org_settings.circ.void_item_billing_on_lost_return;', desc : '&staff.server.admin.org_settings.circ.void_item_billing_on_lost_return.desc;', type : 'bool' }, - 'void_item_billing_on_lost_return_before_interval' : { + 'circ.void_item_billing_on_lost_return_before_interval' : { label : '&staff.server.admin.org_settings.circ.void_item_billing_on_lost_return_before_interval;', desc : '&staff.server.admin.org_settings.circ.void_item_billing_on_lost_return_before_interval.desc;', }