Authorities: control 610/611, do not control 4xx by default
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Feb 2011 14:15:47 +0000 (14:15 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Feb 2011 14:15:47 +0000 (14:15 +0000)
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

Open-ILS/xul/staff_client/server/cat/marcedit.js

index 0a4dbf1..6937f94 100644 (file)
@@ -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],