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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 18 11:11:44 EST 2008


Author: erickson
Date: 2008-11-18 11:11:42 -0500 (Tue, 18 Nov 2008)
New Revision: 11255

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

Modified: trunk/Open-ILS/src/extras/ils_events.xml
===================================================================
--- trunk/Open-ILS/src/extras/ils_events.xml	2008-11-18 15:45:10 UTC (rev 11254)
+++ trunk/Open-ILS/src/extras/ils_events.xml	2008-11-18 16:11:42 UTC (rev 11255)
@@ -672,6 +672,9 @@
 	<event code='1879' textcode='ACQ_LINEITEM_PROVIDER_ATTR_DEFINITION_NOT_FOUND'>
 		<desc xml:lang='en-US'>The requested acq_lineitem_attr was not found</desc>
 	</event>
+	<event code='1880' textcode='CONFIG_BILLING_TYPE_NOT_FOUND'>
+		<desc xml:lang='en-US'>The requested config_billing_type was not found</desc>
+	</event>
 
 
 	<event code='1700' textcode='NON_CAT_TYPE_EXISTS'>



More information about the open-ils-commits mailing list