[open-ils-commits] r8799 - branches/acq-experiment/Open-ILS/src/extras

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 20 11:25:46 EST 2008


Author: erickson
Date: 2008-02-20 10:55:21 -0500 (Wed, 20 Feb 2008)
New Revision: 8799

Modified:
   branches/acq-experiment/Open-ILS/src/extras/ils_events.xml
Log:
added not found event for po_li_detail

Modified: branches/acq-experiment/Open-ILS/src/extras/ils_events.xml
===================================================================
--- branches/acq-experiment/Open-ILS/src/extras/ils_events.xml	2008-02-20 15:52:38 UTC (rev 8798)
+++ branches/acq-experiment/Open-ILS/src/extras/ils_events.xml	2008-02-20 15:55:21 UTC (rev 8799)
@@ -607,6 +607,9 @@
 	<event code='1659' textcode='ACQ_PURCHASE_ORDER_NOT_FOUND'>
 		<desc xml:lang='en-US'>The requested acq.purchase_order was not found</desc>
 	</event>
+	<event code='1670' textcode='ACQ_PO_LI_DETAIL_NOT_FOUND'>
+		<desc xml:lang='en-US'>The requested acq.po_li_detail was not found</desc>
+	</event>
 
 
 



More information about the open-ils-commits mailing list