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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 17 14:01:46 EST 2010


Author: dbs
Date: 2010-11-17 14:01:42 -0500 (Wed, 17 Nov 2010)
New Revision: 18771

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
Add authority control support for 630 and 648 fields

Thanks to Ole Kerpel <oke at iisg.nl> for providing the additional
definitions for this support to bring us closer to MARC
authority control norms.


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	2010-11-17 18:59:58 UTC (rev 18770)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2010-11-17 19:01:42 UTC (rev 18771)
@@ -1872,6 +1872,8 @@
     730 : ['[130,430,530,730]',130],
     830 : ['[130,430,530,730]',130],
     600 : ['[100,400,480,481,482,485,500,580,581,582,585,700,780,781,782,785]',100],
+    630 : ['[130,430,530,730]',130],
+    648 : ['[148,448,548]',148],
     650 : ['[150,450,480,481,482,485,550,580,581,582,585,750,780,781,782,785]',150],
     651 : ['[151,451,480,481,482,485,551,580,581,582,585,751,780,781,782,785]',151],
     655 : ['[155,455,480,481,482,485,555,580,581,582,585,755,780,781,782,785]',155]
@@ -2119,6 +2121,13 @@
         'a' : { 130 : 'a' },
         'd' : { 130 : 'd' }
     },
+    648 : {
+        'a' : { 148 : 'a' },
+        'v' : { 148 : 'v' },
+        'x' : { 148 : 'x' },
+        'y' : { 148 : 'y' },
+        'z' : { 148 : 'z' }
+    },
     650 : {
         'a' : { 150 : 'a' },
         'b' : { 150 : 'b' },



More information about the open-ils-commits mailing list