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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 4 17:35:32 EST 2009


Author: erickson
Date: 2009-03-04 17:35:28 -0500 (Wed, 04 Mar 2009)
New Revision: 12408

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
removed mark-lost-after, that's handled by trigger now.  repaired 2 setting names

Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-03-04 22:12:04 UTC (rev 12407)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-03-04 22:35:28 UTC (rev 12408)
@@ -1566,8 +1566,6 @@
 <!ENTITY staff.server.admin.org_settings.cat.bib.alert_on_empty.desc "Alert staff when the last copy for a record is being deleted">
 <!ENTITY staff.server.admin.org_settings.patron.password.use_phone "Patron: password from phone #">
 <!ENTITY staff.server.admin.org_settings.patron.password.use_phone.desc "Use the last 4 digits of the patrons phone number as the default password when creating new users">
-<!ENTITY staff.server.admin.org_settings.circ.mark_lost_overdue_interval "Mark lost overdue interval">
-<!ENTITY staff.server.admin.org_settings.circ.mark_lost_overdue_interval.desc "Items overdue for this long are marked as lost">
 <!ENTITY staff.server.admin.org_settings.circ.void_item_billing_on_lost_return "Void lost item fine when returned">
 <!ENTITY staff.server.admin.org_settings.circ.void_item_billing_on_lost_return.desc "Void lost item fine when returned">
 <!ENTITY staff.server.admin.org_settings.circ.void_item_billing_on_lost_return_before_interval "Void lost item fine when returned before interval">

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	2009-03-04 22:12:04 UTC (rev 12407)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2009-03-04 22:35:28 UTC (rev 12408)
@@ -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;',
                 }



More information about the open-ils-commits mailing list