[open-ils-commits] r10914 - branches/rel_1_4/Open-ILS/src/extras

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


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

Modified:
   branches/rel_1_4/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: branches/rel_1_4/Open-ILS/src/extras/ils_events.xml
===================================================================
--- branches/rel_1_4/Open-ILS/src/extras/ils_events.xml	2008-10-25 14:43:23 UTC (rev 10913)
+++ branches/rel_1_4/Open-ILS/src/extras/ils_events.xml	2008-10-25 14:43:30 UTC (rev 10914)
@@ -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>
 
 
 



More information about the open-ils-commits mailing list