[open-ils-commits] r13219 - branches/rel_1_4/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:08 EDT 2009


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

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

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/marcedit.js	2009-05-24 16:56:59 UTC (rev 13218)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/marcedit.js	2009-05-24 16:58:06 UTC (rev 13219)
@@ -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