[open-ils-commits] r18429 - branches/rel_2_0/Open-ILS/examples (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 20 16:45:09 EDT 2010
Author: miker
Date: 2010-10-20 16:45:03 -0400 (Wed, 20 Oct 2010)
New Revision: 18429
Modified:
branches/rel_2_0/Open-ILS/examples/fm_IDL.xml
Log:
These fields exist ... tell the IDL about them
Modified: branches/rel_2_0/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_2_0/Open-ILS/examples/fm_IDL.xml 2010-10-20 20:44:58 UTC (rev 18428)
+++ branches/rel_2_0/Open-ILS/examples/fm_IDL.xml 2010-10-20 20:45:03 UTC (rev 18429)
@@ -3195,6 +3195,8 @@
<field reporter:label="Subscription" name="subscription" reporter:datatype="link"/>
<field reporter:label="Type" name="type" reporter:datatype="text"/>
<field reporter:label="Create Date" name="create_date" reporter:datatype="timestamp"/>
+ <field reporter:label="Start Date" name="start_date" reporter:datatype="timestamp"/>
+ <field reporter:label="End Date" name="end_date" reporter:datatype="timestamp"/>
<field reporter:label="Active?" name="active" reporter:datatype="bool"/>
<field reporter:label="Pattern Code" name="pattern_code" reporter:datatype="text"/>
<field reporter:label="Enum 1" name="enum_1" reporter:datatype="text"/>
More information about the open-ils-commits
mailing list