[open-ils-commits] r13348 - 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
Tue Jun 9 12:22:49 EDT 2009


Author: erickson
Date: 2009-06-09 12:22:46 -0400 (Tue, 09 Jun 2009)
New Revision: 13348

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
added org setting to turn on 'show bills tab first when bills owed'

Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-06-09 16:22:00 UTC (rev 13347)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-06-09 16:22:46 UTC (rev 13348)
@@ -1639,6 +1639,8 @@
 <!ENTITY staff.server.admin.org_settings.circ.lost_immediately_available.desc "Lost items are usable on checkin instead of going \'home\' first">
 <!ENTITY staff.server.admin.org_settings.opac.allow_pending_address "OPAC: Allow pending addresses">
 <!ENTITY staff.server.admin.org_settings.opac.allow_pending_address.desc "If enabled, patrons can create and edit existing addresses.  Addresses are kept in a pending state until staff approves the changes">
+<!ENTITY staff.server.admin.org_settings.ui.circ.show_billing_tab_on_bills "Show billing tab first when bills are present">
+<!ENTITY staff.server.admin.org_settings.ui.circ.show_billing_tab_on_bills.desc "If enabled and a patron has outstanding bills and the alert page is not required, show the billing tab by default, instead of the checkout tab, when a patron is loaded">
 
 
 <!ENTITY staff.server.admin.stat_cat.title "Evergreen: Statistical Category Editor">

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-06-09 16:22:00 UTC (rev 13347)
+++ trunk/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2009-06-09 16:22:46 UTC (rev 13348)
@@ -190,6 +190,11 @@
                     label : '&staff.server.admin.org_settings.opac.allow_pending_address;',
                     desc : '&staff.server.admin.org_settings.opac.allow_pending_address.desc;',
                     type : 'bool'
+                },
+                'ui.circ.show_billing_tab_on_bills' : {
+                    label : '&staff.server.admin.org_settings.ui.circ.show_billing_tab_on_bills;',
+                    desc : '&staff.server.admin.org_settings.ui.circ.show_billing_tab_on_bills.desc;',
+                    type : 'bool'
                 }
             };
         </script>



More information about the open-ils-commits mailing list