Remove the 1001 Item Type attribute from the local catalog z39.50 target
authorMichele Morgan <mmorgan@noblenet.org>
Wed, 25 May 2022 15:45:10 +0000 (11:45 -0400)
committerMichele Morgan <mmorgan@noblenet.org>
Wed, 25 May 2022 15:45:10 +0000 (11:45 -0400)
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Z3950.pm

index 743abcd..9d2c8e7 100644 (file)
@@ -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'},
         }
     };