[open-ils-commits] r16481 - trunk/Open-ILS/web/js/ui/default/conify/global/config (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri May 21 15:31:27 EDT 2010
Author: erickson
Date: 2010-05-21 15:31:22 -0400 (Fri, 21 May 2010)
New Revision: 16481
Modified:
trunk/Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js
Log:
until support for added circ mod groups on new matchpoints is finished, exit the func early to prevent JS errors
Modified: trunk/Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js 2010-05-21 18:23:23 UTC (rev 16480)
+++ trunk/Open-ILS/web/js/ui/default/conify/global/config/circ_matrix_matchpoint.js 2010-05-21 19:31:22 UTC (rev 16481)
@@ -23,6 +23,7 @@
}
function buildEditPaneAdditions(editPane) {
+ if(!editPane.fmObject) return;
var node = circModEditor.cloneNode(true);
var tableTmpl = node.removeChild(byName('circ-mod-group-table', node));
circModGroupTables = [];
More information about the open-ils-commits
mailing list