[open-ils-commits] r8789 - branches/acq-experiment/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 19 19:18:07 EST 2008


Author: erickson
Date: 2008-02-19 18:47:48 -0500 (Tue, 19 Feb 2008)
New Revision: 8789

Modified:
   branches/acq-experiment/Open-ILS/examples/fm_IDL.xml
Log:
added debit_type field info

Modified: branches/acq-experiment/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/acq-experiment/Open-ILS/examples/fm_IDL.xml	2008-02-19 23:38:18 UTC (rev 8788)
+++ branches/acq-experiment/Open-ILS/examples/fm_IDL.xml	2008-02-19 23:47:48 UTC (rev 8789)
@@ -2427,6 +2427,7 @@
 			<field reporter:label="Origin Currency" name="origin_currency_type" oils_obj:array_position="6" oils_persist:virtual="false" reporter:datatype="link" />
 			<field reporter:label="Amount" name="amount" oils_obj:array_position="7" oils_persist:virtual="false" reporter:datatype="money" />
 			<field reporter:label="Encumberance" name="encumberance" oils_obj:array_position="8" oils_persist:virtual="false" reporter:datatype="text" />
+			<field reporter:label="Debit Type" name="debit_type" oils_obj:array_position="9" oils_persist:virtual="false" reporter:datatype="text" />
 		</fields>
 		<links>
 			<link field="fund" reltype="has_a" key="id" map="" class="acqf"/>



More information about the open-ils-commits mailing list