[open-ils-commits] r13220 - trunk/Open-ILS/xul/staff_client/server/cat (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun May 24 12:58:52 EDT 2009


Author: miker
Date: 2009-05-24 12:58:50 -0400 (Sun, 24 May 2009)
New Revision: 13220

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
Forwared-porting patch from Ben Ostrowsky to address authority matching in 1.4+

Modified: trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js	2009-05-24 16:58:06 UTC (rev 13219)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js	2009-05-24 16:58:50 UTC (rev 13220)
@@ -1746,7 +1746,8 @@
 var control_map = {
 	100 : {
 		'a' : { 100 : 'a' },
-		'd' : { 100 : 'd' }
+		'd' : { 100 : 'd' },
+		'q' : { 100 : 'q' }
 	},
 	110 : {
 		'a' : { 110 : 'a' },
@@ -1783,7 +1784,9 @@
 	},
 	700 : {
 		'a' : { 100 : 'a' },
-		'd' : { 100 : 'd' }
+		'd' : { 100 : 'd' },
+		'q' : { 100 : 'q' },
+		't' : { 100 : 't' }
 	},
 	710 : {
 		'a' : { 110 : 'a' },
@@ -1816,6 +1819,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