From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 3 Feb 2011 14:15:47 +0000 (+0000)
Subject: Authorities: control 610/611, do not control 4xx by default
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=446edb63f03fcfa28c416ebbdfb267216b0ff380;p=evergreen%2Fmasslnc.git

Authorities: control 610/611, do not control 4xx by default

The 4xx fields in bibliographic records have not been controlled
fields for some time (1988 for CAN/MARC, 1999 for USMARC per)
http://www.loc.gov/marc/bibliographic/bd4xx.html; and
http://www.oclc.org/bibformats/en/4xx/default.shtm also lists
these as obsolete. So, remove them from the default controlled
fields in Evergreen.

Also, add 610/611 to the controlled fields list (per LP #712467).


git-svn-id: svn://svn.open-ils.org/ILS/trunk@19371 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js
index 0a4dbf1b62..6937f94ab5 100644
--- a/Open-ILS/xul/staff_client/server/cat/marcedit.js
+++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js
@@ -1876,19 +1876,17 @@ function getContextMenu (target, type) {
 
 var authority_tag_map = {
     100 : ['[100,500,700]',100],
-    400 : ['[100,500,700]',100],
     700 : ['[100,500,700]',100],
     800 : ['[100,500,700]',100],
     110 : ['[110,510,710]',110],
-    410 : ['[110,510,710]',110],
+    610 : ['[110,510,710]',110],
     710 : ['[110,510,710]',110],
     810 : ['[110,510,710]',110],
     111 : ['[111,511,711]',111],
-    411 : ['[111,511,711]',111],
+    611 : ['[111,511,711]',111],
     711 : ['[111,511,711]',111],
     811 : ['[111,511,711]',111],
     240 : ['[130,530,730]',130],
-    440 : ['[130,530,730]',130],
     130 : ['[130,530,730]',130],
     730 : ['[130,530,730]',130],
     830 : ['[130,530,730]',130],