[open-ils-commits] r10104 -
branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jul 23 16:03:22 EDT 2008
Author: erickson
Date: 2008-07-23 16:03:13 -0400 (Wed, 23 Jul 2008)
New Revision: 10104
Modified:
branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/Picklist.js
Log:
typo, = -> ==
Modified: branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/Picklist.js
===================================================================
--- branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/Picklist.js 2008-07-23 19:42:59 UTC (rev 10103)
+++ branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/Picklist.js 2008-07-23 20:03:13 UTC (rev 10104)
@@ -112,7 +112,7 @@
}
item = this._data[griditem.id];
- if (attr = "provider") {
+ if (attr == "provider") {
if(newVal == '')
newVal = null;
item.provider(newVal);
More information about the open-ils-commits
mailing list