From: Michele Morgan Date: Wed, 25 May 2022 15:45:10 +0000 (-0400) Subject: Remove the 1001 Item Type attribute from the local catalog z39.50 target X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=173da6c13a0a7c0aa52283ea65c51709f1080a86;p=working%2FEvergreen.git Remove the 1001 Item Type attribute from the local catalog z39.50 target Signed-off-by: Michele Morgan --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm index 743abcd14b..9d2c8e7217 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm @@ -193,7 +193,6 @@ sub fetch_service_defs { issn => {code => 'issn', label => 'ISSN'}, publisher => {code => 'publisher', label => 'Publisher'}, pubdate => {code => 'pubdate', label => 'Pub Date'}, - item_type => {code => 'item_type', label => 'Item Type'}, upc => {code => 'upc', label => 'UPC'}, } };