[open-ils-commits] r10546 - trunk/Open-ILS/src/extras

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 5 12:58:22 EDT 2008


Author: erickson
Date: 2008-09-05 12:58:19 -0400 (Fri, 05 Sep 2008)
New Revision: 10546

Modified:
   trunk/Open-ILS/src/extras/ils_events.xml
Log:
added not-found event

Modified: trunk/Open-ILS/src/extras/ils_events.xml
===================================================================
--- trunk/Open-ILS/src/extras/ils_events.xml	2008-09-05 16:41:50 UTC (rev 10545)
+++ trunk/Open-ILS/src/extras/ils_events.xml	2008-09-05 16:58:19 UTC (rev 10546)
@@ -565,6 +565,12 @@
 	<event code='1645' textcode='CONFIG_CIRC_MATRIX_TEST_NOT_FOUND'>
 		<desc xml:lang='en-US'>The requested config_circ_matrix_test was not found</desc>
 	</event>
+	<event code='1646' textcode='VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND'>
+		<desc xml:lang='en-US'>The requested vandelay_queued_bib_record was not found</desc>
+	</event>
+	<event code='1647' textcode='VANDELAY_QUEUED_AUTHORITY_RECORD_NOT_FOUND'>
+		<desc xml:lang='en-US'>The requested vandelay_queued_authority_record was not found</desc>
+	</event>
 
 
 



More information about the open-ils-commits mailing list