remove suppress fields and default to user's pref via column picker. added column...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 15 Jun 2009 17:24:31 +0000 (17:24 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 15 Jun 2009 17:24:31 +0000 (17:24 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13389 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2
Open-ILS/web/templates/default/conify/global/config/hold_matrix_matchpoint.tt2

index 86c811e..9bf0851 100644 (file)
@@ -10,7 +10,6 @@
             autoHeight='true'
             dojoType="openils.widget.AutoGrid"
             fieldOrder="['org_unit', 'active', 'grp', 'circ_modifier', 'marc_type', 'marc_form', 'marc_vr_format']"
-            suppressFields="['circulate', 'duration_rule', 'max_fine_rule', 'recurring_fine_rule', 'script_test']"
             defaultCellWidth='"auto"'
             query="{id: '*'}"
             fmClass='ccmm'
index be7a885..1670cb3 100644 (file)
             autoHeight='true'
             dojoType="openils.widget.AutoGrid" 
             fieldOrder="['id', 'user_home_ou', 'request_ou', 'pickup_ou', 'item_owning_ou', 'item_circ_ou', 'usr_grp', 'requestor_grp', 'circ_modifier']"
-            suppressFields="['holdable', 'max_holds', 'transit_range', 'include_frozen_holds', 'stop_blocked_user', 'age_hold_protect_rule' ]"
             defaultCellWidth='"auto"'
             query="{id: '*'}" 
             fmClass='chmm' 
             editStyle='pane'
-            editOnEnter='true'>
+            editOnEnter='true'
+            showColumnPicker='true'
+            columnPickerPrefix='"conify.config.hold_matrix_matchpoint"'>
     </table>
     <div/>
 </div>