[open-ils-commits] r11157 - trunk/Open-ILS/web/js/ui/default/acq/picklist

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 13 09:25:07 EST 2008


Author: erickson
Date: 2008-11-13 09:25:05 -0500 (Thu, 13 Nov 2008)
New Revision: 11157

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js
Log:
for now, ignore the new magic evergreen catalog Z source, since we already have that source in place

Modified: trunk/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js	2008-11-13 14:23:46 UTC (rev 11156)
+++ trunk/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js	2008-11-13 14:25:05 UTC (rev 11157)
@@ -30,6 +30,7 @@
 
     for(var name in sources) {
         source = sources[name];
+        if(name == 'native-evergreen-catalog') continue;
         bibSourceSelect.addOption(name, name+':'+source.host);
         for(var attr in source.attrs) 
             if(!attr.match(/^#/)) // xml comment nodes



More information about the open-ils-commits mailing list