From: erickson Date: Thu, 13 Nov 2008 14:25:05 +0000 (+0000) Subject: for now, ignore the new magic evergreen catalog Z source, since we already have that... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d23ffd1e81fe727ef764889054de78f2721478e6;p=Evergreen.git for now, ignore the new magic evergreen catalog Z source, since we already have that source in place git-svn-id: svn://svn.open-ils.org/ILS/trunk@11157 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js b/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js index 51e6bcc40e..4b4051f823 100644 --- a/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js +++ b/Open-ILS/web/js/ui/default/acq/picklist/bib_search.js @@ -30,6 +30,7 @@ function drawForm() { 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