[open-ils-commits] r10497 - trunk/Open-ILS/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Sep 1 11:08:36 EDT 2008
Author: erickson
Date: 2008-09-01 11:08:34 -0400 (Mon, 01 Sep 2008)
New Revision: 10497
Modified:
trunk/Open-ILS/src/extras/ils_events.xml
Log:
fixing not found not-found event ;)
Modified: trunk/Open-ILS/src/extras/ils_events.xml
===================================================================
--- trunk/Open-ILS/src/extras/ils_events.xml 2008-09-01 07:43:36 UTC (rev 10496)
+++ trunk/Open-ILS/src/extras/ils_events.xml 2008-09-01 15:08:34 UTC (rev 10497)
@@ -553,10 +553,14 @@
<event code='1641' textcode='ACTION_OPEN_CIRC_COUNT_BY_CIRC_MOD_NOT_FOUND'>
<desc xml:lang='en-US'>The requested action_open_circ_count_by_circ_mod was not found</desc>
</event>
+ <event code='1642' textcode='CONFIG_CIRC_MODIFIER_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested config_circ_modifier was not found</desc>
+ </event>
+
<event code='1700' textcode='NON_CAT_TYPE_EXISTS'>
<desc xml:lang="en-US"> The non-cataloged type object already exists </desc>
</event>
More information about the open-ils-commits
mailing list