[open-ils-commits] r11287 - trunk/Open-ILS/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 20 12:51:45 EST 2008
Author: erickson
Date: 2008-11-20 12:51:43 -0500 (Thu, 20 Nov 2008)
New Revision: 11287
Modified:
trunk/Open-ILS/src/extras/ils_events.xml
Log:
added not-found event for thresholds
Modified: trunk/Open-ILS/src/extras/ils_events.xml
===================================================================
--- trunk/Open-ILS/src/extras/ils_events.xml 2008-11-20 17:49:29 UTC (rev 11286)
+++ trunk/Open-ILS/src/extras/ils_events.xml 2008-11-20 17:51:43 UTC (rev 11287)
@@ -675,6 +675,9 @@
<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='1881' textcode='PERMISSION_GRP_PENALTY_THRESHOLD_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested permission_grp_penalty_threshold was not found</desc>
+ </event>
<event code='1700' textcode='NON_CAT_TYPE_EXISTS'>
More information about the open-ils-commits
mailing list