[open-ils-commits] r16465 - trunk/Open-ILS/web/js/ui/default/acq/search (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 20 12:01:54 EDT 2010


Author: senator
Date: 2010-05-20 12:01:51 -0400 (Thu, 20 May 2010)
New Revision: 16465

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/search/unified.js
Log:
Acq: correct a mistake in r16464


Modified: trunk/Open-ILS/web/js/ui/default/acq/search/unified.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/search/unified.js	2010-05-20 15:47:55 UTC (rev 16464)
+++ trunk/Open-ILS/web/js/ui/default/acq/search/unified.js	2010-05-20 16:01:51 UTC (rev 16465)
@@ -554,7 +554,7 @@
             if (!sso[attr]) sso[attr] = [];
             var  value = (
                 typeof(widget.attr) == "function" ?
-                    widget.getFormattedValue() : widget.value
+                    widget.attr("value") : widget.value
             );
             if (typeof(value) != "string")
                 value = value.join(" || ");



More information about the open-ils-commits mailing list