[open-ils-commits] r19372 - branches/rel_2_0/Open-ILS/xul/staff_client/server/cat (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 3 09:16:27 EST 2011


Author: dbs
Date: 2011-02-03 09:16:25 -0500 (Thu, 03 Feb 2011)
New Revision: 19372

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
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).


Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2011-02-03 14:15:47 UTC (rev 19371)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2011-02-03 14:16:25 UTC (rev 19372)
@@ -1874,19 +1874,17 @@
 
 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],



More information about the open-ils-commits mailing list