added org setting to turn on 'show bills tab first when bills owed'
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 9 Jun 2009 16:22:46 +0000 (16:22 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 9 Jun 2009 16:22:46 +0000 (16:22 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13348 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml

index 905d94b..8e1757c 100644 (file)
 <!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">
index 044851b..b095a9a 100644 (file)
                     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>