From: erickson Date: Wed, 16 Aug 2006 21:38:16 +0000 (+0000) Subject: removed the collections fee handling.. that is done via collections api X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7af5e15cbc8651c5f7c58f3c2b34d6399104e4c4;p=Evergreen.git removed the collections fee handling.. that is done via collections api git-svn-id: svn://svn.open-ils.org/ILS/trunk@5549 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/admin/org_settings.js b/Open-ILS/xul/staff_client/server/admin/org_settings.js index 08719476ac..56ff60dfc7 100644 --- a/Open-ILS/xul/staff_client/server/admin/org_settings.js +++ b/Open-ILS/xul/staff_client/server/admin/org_settings.js @@ -8,7 +8,7 @@ var myPerms = [ 'UPDATE_ORG_SETTING' ]; var ORG_SETTINGS = { 'circ.lost_materials_processing_fee' : null, 'cat.default_item_price' : null, - 'circ.collections_fee' : null, +// 'circ.collections_fee' : null, 'auth.opac_timeout' : null, 'auth.staff_timeout' : null, }; diff --git a/Open-ILS/xul/staff_client/server/admin/org_settings.xhtml b/Open-ILS/xul/staff_client/server/admin/org_settings.xhtml index 8e3eea5469..55f25e39ca 100644 --- a/Open-ILS/xul/staff_client/server/admin/org_settings.xhtml +++ b/Open-ILS/xul/staff_client/server/admin/org_settings.xhtml @@ -66,12 +66,14 @@ +