comment out the alert on unexpected column since this callback is called on lineitem...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Jul 2008 20:15:52 +0000 (20:15 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Jul 2008 20:15:52 +0000 (20:15 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10105 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 8fd049b..cf53c7e 100644 (file)
@@ -117,7 +117,7 @@ dojo.declare('openils.acq.Picklist', null, {
             newVal = null;
            item.provider(newVal);
        } else {
-           alert("Unexpected attr in Picklist.onSet: '"+attr+"'");
+           //alert("Unexpected attr in Picklist.onSet: '"+attr+"'");
            return;
        }