[open-ils-commits] r16869 - branches/rel_1_6_1/Open-ILS/src/extras (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 7 13:13:25 EDT 2010


Author: miker
Date: 2010-07-07 13:13:21 -0400 (Wed, 07 Jul 2010)
New Revision: 16869

Modified:
   branches/rel_1_6_1/Open-ILS/src/extras/ils_events.xml
Log:
Forward port of r16867: add missing event definition required by vandelay authority import

Modified: branches/rel_1_6_1/Open-ILS/src/extras/ils_events.xml
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/extras/ils_events.xml	2010-07-07 17:13:03 UTC (rev 16868)
+++ branches/rel_1_6_1/Open-ILS/src/extras/ils_events.xml	2010-07-07 17:13:21 UTC (rev 16869)
@@ -589,6 +589,9 @@
 	<event code='1650' textcode='CONFIG_CIRC_MATRIX_RULESET_NOT_FOUND'>
 		<desc xml:lang='en-US'>The requested config_circ_matrix_ruleset_not_found was not found</desc>
 	</event>
+	<event code='1651' textcode='AUTHORITY_RECORD_NUMBER_EXISTS'>
+		<desc xml:lang='en-US'>An authority record already exists with the requested ARN</desc>
+	</event>
 
 
 	<event code='1700' textcode='NON_CAT_TYPE_EXISTS'>



More information about the open-ils-commits mailing list