typo, = -> ==
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Jul 2008 20:03:13 +0000 (20:03 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Jul 2008 20:03:13 +0000 (20:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10104 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/dojo/openils/acq/Picklist.js

index 33bbc21..8fd049b 100644 (file)
@@ -112,7 +112,7 @@ dojo.declare('openils.acq.Picklist', null, {
        }
 
        item = this._data[griditem.id];
-       if (attr = "provider") {
+       if (attr == "provider") {
         if(newVal == '') 
             newVal = null;
            item.provider(newVal);