[open-ils-commits] r10105 - 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:16:03 EDT 2008


Author: erickson
Date: 2008-07-23 16:15:52 -0400 (Wed, 23 Jul 2008)
New Revision: 10105

Modified:
   branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/Picklist.js
Log:
comment out the alert on unexpected column since this callback is called on lineitem approve

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 20:03:13 UTC (rev 10104)
+++ branches/acq-experiment/Open-ILS/web/js/dojo/openils/acq/Picklist.js	2008-07-23 20:15:52 UTC (rev 10105)
@@ -117,7 +117,7 @@
             newVal = null;
 	    item.provider(newVal);
 	} else {
-	    alert("Unexpected attr in Picklist.onSet: '"+attr+"'");
+	    //alert("Unexpected attr in Picklist.onSet: '"+attr+"'");
 	    return;
 	}
 



More information about the open-ils-commits mailing list