From: erickson Date: Fri, 21 May 2010 19:31:22 +0000 (+0000) Subject: until support for added circ mod groups on new matchpoints is finished, exit the... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=80049a242bc04833bfdf95207c786a6f44b0d4d1;p=contrib%2FConifer.git until support for added circ mod groups on new matchpoints is finished, exit the func early to prevent JS errors git-svn-id: svn://svn.open-ils.org/ILS/trunk@16481 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js b/Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js index 4bf0c38aff..7fdae7b166 100644 --- a/Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js +++ b/Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js @@ -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 = [];