[open-ils-commits] r15386 - branches/rel_1_6_0/Open-ILS/xul/staff_client/server/admin (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jan 26 11:29:33 EST 2010
Author: erickson
Date: 2010-01-26 11:29:31 -0500 (Tue, 26 Jan 2010)
New Revision: 15386
Modified:
branches/rel_1_6_0/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_0/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
===================================================================
--- branches/rel_1_6_0/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2010-01-26 16:27:35 UTC (rev 15385)
+++ branches/rel_1_6_0/Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml 2010-01-26 16:29:31 UTC (rev 15386)
@@ -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;',
}
+ */
};
</script>
</head>
More information about the open-ils-commits
mailing list