From bd2bbccc85833a69461275e29407e9cc00796703 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 13 Jul 2010 11:25:17 +0000 Subject: [PATCH] Add 100$e (relator) and 711$c (Location of meeting) to controlled field map We'll probably flesh this out further as we get more serious about authority control, but these ones stood out in our initial testing. git-svn-id: svn://svn.open-ils.org/ILS/trunk@16916 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/marcedit.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 1f6916445f..1b2d69eb71 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -1853,6 +1853,7 @@ var control_map = { 100 : { 'a' : { 100 : 'a' }, 'd' : { 100 : 'd' }, + 'e' : { 100 : 'e' }, 'q' : { 100 : 'q' } }, 110 : { @@ -1900,6 +1901,7 @@ var control_map = { }, 711 : { 'a' : { 111 : 'a' }, + 'c' : { 111 : 'c' }, 'd' : { 111 : 'd' } }, 730 : { -- 2.43.2