[open-ils-commits] r16257 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 16 14:38:39 EDT 2010


Author: erickson
Date: 2010-04-16 14:38:34 -0400 (Fri, 16 Apr 2010)
New Revision: 16257

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
IDL bits for acq.invoice.complete

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-04-16 18:36:31 UTC (rev 16256)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-04-16 18:38:34 UTC (rev 16257)
@@ -4645,6 +4645,7 @@
 			<field reporter:label="Payment Auth" name="payment_auth" reporter:datatype="text" />
 			<field reporter:label="Payment Method" name="payment_method" reporter:datatype="link" />
 			<field reporter:label="Note" name="note" reporter:datatype="text" />
+			<field reporter:label="Complete" name="complete" reporter:datatype="bool" />
 			<field reporter:label="Invoice Entries" name="entries" reporter:datatype="link" oils_persist:virtual="true"/>
 			<field reporter:label="Invoice Items" name="items" reporter:datatype="link" oils_persist:virtual="true"/>
 		</fields>



More information about the open-ils-commits mailing list