From: Lebbeous Fogle-Weekley Date: Wed, 29 Jun 2011 15:01:55 +0000 (-0400) Subject: Duh! How long it can take to find the simplest bugs. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ce031267e178f60c32c0e35f3c5f7abd8d550a49;p=working%2FEvergreen.git Duh! How long it can take to find the simplest bugs. a fieldmapper "at" object has a control_set() method, not a controlSet() method. Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/web/js/dojo/openils/AuthorityControlSet.js b/Open-ILS/web/js/dojo/openils/AuthorityControlSet.js index 1de80d105f..3583d66d3b 100644 --- a/Open-ILS/web/js/dojo/openils/AuthorityControlSet.js +++ b/Open-ILS/web/js/dojo/openils/AuthorityControlSet.js @@ -196,9 +196,7 @@ if(!dojo._hasResource["openils.AuthorityControlSet"]) { function (at) { return at.code() == x } )[0]; - console.log("thes is " + thes); - console.log("thes.controlSet() returns " + thes.controlSet()); - return this.controlSet(thes.controlSet()); + return this.controlSet(thes.control_set()); }, bibFieldByTag: function (x) {