From d23ffd1e81fe727ef764889054de78f2721478e6 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 13 Nov 2008 14:25:05 +0000 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/acq/picklist/bib_search.js | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0