until support for added circ mod groups on new matchpoints is finished, exit the...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 21 May 2010 19:31:22 +0000 (19:31 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 21 May 2010 19:31:22 +0000 (19:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16481 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js

index 4bf0c38..7fdae7b 100644 (file)
@@ -23,6 +23,7 @@ function byName(name, ctxt) {
 }
 
 function buildEditPaneAdditions(editPane) {
+    if(!editPane.fmObject) return; 
     var node = circModEditor.cloneNode(true);
     var tableTmpl = node.removeChild(byName('circ-mod-group-table', node));
     circModGroupTables = [];