From: erickson Date: Wed, 23 Jul 2008 20:03:13 +0000 (+0000) Subject: typo, = -> == X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c4118480d95112a2a2407144b74e08c8dc22d2e7;p=Evergreen.git typo, = -> == git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10104 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/acq/Picklist.js b/Open-ILS/web/js/dojo/openils/acq/Picklist.js index 33bbc21377..8fd049b9ba 100644 --- a/Open-ILS/web/js/dojo/openils/acq/Picklist.js +++ b/Open-ILS/web/js/dojo/openils/acq/Picklist.js @@ -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);