[open-ils-commits] r16916 - trunk/Open-ILS/xul/staff_client/server/cat (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jul 13 07:25:18 EDT 2010
Author: dbs
Date: 2010-07-13 07:25:17 -0400 (Tue, 13 Jul 2010)
New Revision: 16916
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
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.
Modified: trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js 2010-07-12 20:58:36 UTC (rev 16915)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js 2010-07-13 11:25:17 UTC (rev 16916)
@@ -1853,6 +1853,7 @@
100 : {
'a' : { 100 : 'a' },
'd' : { 100 : 'd' },
+ 'e' : { 100 : 'e' },
'q' : { 100 : 'q' }
},
110 : {
@@ -1900,6 +1901,7 @@
},
711 : {
'a' : { 111 : 'a' },
+ 'c' : { 111 : 'c' },
'd' : { 111 : 'd' }
},
730 : {
More information about the open-ils-commits
mailing list