From: erickson Date: Wed, 23 Jul 2008 20:15:52 +0000 (+0000) Subject: comment out the alert on unexpected column since this callback is called on lineitem... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8aaae141ab2f897a4e2c616fa94eea3695f4882e;p=Evergreen.git comment out the alert on unexpected column since this callback is called on lineitem approve git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10105 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 8fd049b9ba..cf53c7e9f5 100644 --- a/Open-ILS/web/js/dojo/openils/acq/Picklist.js +++ b/Open-ILS/web/js/dojo/openils/acq/Picklist.js @@ -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; }