[open-ils-commits] r15385 - branches/rel_1_6/Open-ILS/xul/staff_client/server/admin (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 26 11:27:38 EST 2010


Author: erickson
Date: 2010-01-26 11:27:35 -0500 (Tue, 26 Jan 2010)
New Revision: 15385

Modified:
   branches/rel_1_6/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Log:
hide 2 org setting types whose underlying code has not yet been implemented in 1.6

Modified: branches/rel_1_6/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2010-01-25 21:08:05 UTC (rev 15384)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml	2010-01-26 16:27:35 UTC (rev 15385)
@@ -201,6 +201,7 @@
                     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;',
@@ -210,6 +211,7 @@
                     label : '&staff.server.admin.org_settings.ui.circ.patron_display_timeout_interval;',
                     desc : '&staff.server.admin.org_settings.ui.circ.patron_display_timeout_interval.desc;',
                 },
+                */
                 'lib.courier_code' : {
                     label : '&staff.server.admin.org_settings.lib.courier_code;',
                     desc : '&staff.server.admin.org_settings.lib.courier_code.desc;',



More information about the open-ils-commits mailing list