[open-ils-commits] r12947 - trunk/Open-ILS/examples (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 21 14:49:45 EDT 2009


Author: scottmk
Date: 2009-04-21 14:49:41 -0400 (Tue, 21 Apr 2009)
New Revision: 12947

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
Add <field> entries for two new create_time columns,
in acq.fund_debit and acq.fund_allocation.


Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-04-21 17:13:03 UTC (rev 12946)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-04-21 18:49:41 UTC (rev 12947)
@@ -4466,6 +4466,7 @@
 			<field reporter:label="Amount" name="amount" oils_obj:array_position="7" oils_persist:virtual="false" reporter:datatype="money" />
 			<field reporter:label="Encumbrance" name="encumbrance" 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" />
+			<field reporter:label="Create Time" name="create_time" oils_obj:array_position="10" oils_persist:virtual="false" reporter:datatype="timestamp" />
 		</fields>
 		<links>
 			<link field="fund" reltype="has_a" key="id" map="" class="acqf"/>
@@ -4635,6 +4636,7 @@
 			<field reporter:label="Percent" name="percent" oils_obj:array_position="7" oils_persist:virtual="false" reporter:datatype="float" />
 			<field reporter:label="Allocating User" name="allocator" oils_obj:array_position="8" oils_persist:virtual="false" reporter:datatype="link" />
 			<field reporter:label="Note" name="note" oils_obj:array_position="9" oils_persist:virtual="false" reporter:datatype="text" />
+			<field reporter:label="Create Time" name="create_time" oils_obj:array_position="10" oils_persist:virtual="false" reporter:datatype="timestamp" />
 		</fields>
 		<links>
 			<link field="allocator" reltype="has_a" key="id" map="" class="au"/>



More information about the open-ils-commits mailing list