removed the collections fee handling.. that is done via collections api
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 16 Aug 2006 21:38:16 +0000 (21:38 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 16 Aug 2006 21:38:16 +0000 (21:38 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5549 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/admin/org_settings.js
Open-ILS/xul/staff_client/server/admin/org_settings.xhtml

index 0871947..56ff60d 100644 (file)
@@ -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,
 };
index 8e3eea5..55f25e3 100644 (file)
                                                <td><button id='cat.default_item_price.apply'>Apply</button></td>
                                                <td><button id='cat.default_item_price.apply_all'>Apply to all Locations</button></td>
                                        </tr>
+                                       <!--
                                        <tr>
                                                <td>Collections Fee</td>
                                                <td>&#036;<input ismoney='1' type='text' id='circ.collections_fee' size='5'/></td>
                                                <td><button id='circ.collections_fee.apply'>Apply</button></td>
                                                <td><button id='circ.collections_fee.apply_all'>Apply to all Locations</button></td>
                                        </tr>
+                                       -->
                                </tbody>
                        </table>
                        <br/>