Acq: fixing bug introduced in 16230
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Apr 2010 13:42:35 +0000 (13:42 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Apr 2010 13:42:35 +0000 (13:42 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16235 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/ui/default/acq/search/unified.js

index 67114c1..49ebda2 100644 (file)
@@ -115,7 +115,7 @@ function TermSelectorFactory(terms) {
                     "input", {"type": "text"}, parentNode, "only"
                 );
                 if (typeof(value) != "undefined")
-                    wStore[widgetKey].attr("value", value);
+                    wStore[widgetKey].value = value;
                 wStore[widgetKey].focus();
                 if (typeof(callback) == "function")
                     callback(term, widgetKey);