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,
};
<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>$<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/>