[open-ils-commits] r13218 - branches/rel_1_4_0/Open-ILS/xul/staff_client/server/cat (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun May 24 12:57:02 EDT 2009


Author: miker
Date: 2009-05-24 12:56:59 -0400 (Sun, 24 May 2009)
New Revision: 13218

Modified:
   branches/rel_1_4_0/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
Patch provided by Ben Ostrowsky to address authority matching in 1.4 and beyond.  Matching requires more subfields, because it is more strict.


Modified: branches/rel_1_4_0/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- branches/rel_1_4_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2009-05-22 14:42:33 UTC (rev 13217)
+++ branches/rel_1_4_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2009-05-24 16:56:59 UTC (rev 13218)
@@ -1653,7 +1653,8 @@
 var control_map = {
 	100 : {
 		'a' : { 100 : 'a' },
-		'd' : { 100 : 'd' }
+		'd' : { 100 : 'd' },
+		'q' : { 100 : 'q' }
 	},
 	110 : {
 		'a' : { 110 : 'a' },
@@ -1690,7 +1691,9 @@
 	},
 	700 : {
 		'a' : { 100 : 'a' },
-		'd' : { 100 : 'd' }
+		'd' : { 100 : 'd' },
+		'q' : { 100 : 'q' },
+		't' : { 100 : 't' }
 	},
 	710 : {
 		'a' : { 110 : 'a' },
@@ -1723,6 +1726,7 @@
 	600 : {
 		'a' : { 100 : 'a' },
 		'd' : { 100 : 'd' },
+		'q' : { 100 : 'q' },
 		't' : { 100 : 't' },
 		'v' : { 180 : 'v',
 			100 : 'v',



More information about the open-ils-commits mailing list