[open-ils-commits] r18104 - branches/rel_2_0/Open-ILS/examples (gmc)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 29 14:08:20 EDT 2010
Author: gmc
Date: 2010-09-29 14:08:16 -0400 (Wed, 29 Sep 2010)
New Revision: 18104
Modified:
branches/rel_2_0/Open-ILS/examples/fm_IDL.xml
Log:
fix FM type of reporter.report.data
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
Modified: branches/rel_2_0/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_2_0/Open-ILS/examples/fm_IDL.xml 2010-09-29 18:07:43 UTC (rev 18103)
+++ branches/rel_2_0/Open-ILS/examples/fm_IDL.xml 2010-09-29 18:08:16 UTC (rev 18104)
@@ -6523,7 +6523,7 @@
<field name="owner" reporter:datatype="link"/>
<field name="create_time" reporter:datatype="timestamp"/>
<field name="template" reporter:datatype="link"/>
- <field name="data" reporter:datatype="link"/>
+ <field name="data" reporter:datatype="text"/>
<field name="folder" reporter:datatype="link"/>
<field name="recur" reporter:datatype="bool"/>
<field name="recurrence" reporter:datatype="interval"/>
More information about the open-ils-commits
mailing list