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

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Oct 25 10:43:29 EDT 2008


Author: phasefx
Date: 2008-10-25 10:43:23 -0400 (Sat, 25 Oct 2008)
New Revision: 10913

Modified:
   trunk/Open-ILS/src/extras/ils_events.xml
Log:
Defining an undefined event to prevent an error during checkout.  Putting this in 1.4 as well, but haven't tested

Modified: trunk/Open-ILS/src/extras/ils_events.xml
===================================================================
--- trunk/Open-ILS/src/extras/ils_events.xml	2008-10-25 14:12:04 UTC (rev 10912)
+++ trunk/Open-ILS/src/extras/ils_events.xml	2008-10-25 14:43:23 UTC (rev 10913)
@@ -586,6 +586,9 @@
 	<event code='1649' textcode='VANDELAY_IMPORT_ITEM_NOT_FOUND'>
 		<desc xml:lang='en-US'>The requested vandelay.import_item was not found</desc>
 	</event>
+	<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='1841' textcode='ACQ_PICKLIST_NOT_FOUND'>



More information about the open-ils-commits mailing list