[open-ils-commits] r8671 -
branches/acq-experiment/Open-ILS/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Feb 6 15:01:47 EST 2008
Author: erickson
Date: 2008-02-06 14:33:18 -0500 (Wed, 06 Feb 2008)
New Revision: 8671
Modified:
branches/acq-experiment/Open-ILS/src/extras/ils_events.xml
Log:
more not-found events
Modified: branches/acq-experiment/Open-ILS/src/extras/ils_events.xml
===================================================================
--- branches/acq-experiment/Open-ILS/src/extras/ils_events.xml 2008-02-06 18:03:38 UTC (rev 8670)
+++ branches/acq-experiment/Open-ILS/src/extras/ils_events.xml 2008-02-06 19:33:18 UTC (rev 8671)
@@ -574,13 +574,27 @@
<event code='1648' textcode='ACQ_FUND_NOT_FOUND'>
<desc xml:lang='en-US'>The requested acq.fund was not found</desc>
</event>
+ <event code='1649' textcode='ACQ_FUND_DEBIT_TOTAL_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested acq.fund_debit_total was not found</desc>
+ </event>
+ <event code='1650' textcode='ACQ_FUND_ALLOCATION_TOTAL_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested acq.fund_allocation_total was not found</desc>
+ </event>
+ <event code='1651' textcode='ACQ_FUND_ENCUMBERANCE_TOTAL_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested acq.fund_encumberance_total was not found</desc>
+ </event>
+ <event code='1652' textcode='ACQ_FUND_SPENT_TOTAL_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested acq.fund_spent_total was not found</desc>
+ </event>
+ <event code='1653' textcode='ACQ_FUND_COMBINED_BALANCE_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested acq.fund_combined_balance was not found</desc>
+ </event>
+ <event code='1654' textcode='ACQ_FUND_SPENT_BALANCE_NOT_FOUND'>
+ <desc xml:lang='en-US'>The requested acq.fund_spent_balance 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