[open-ils-commits] r17037 - branches/seials-integration/Open-ILS/examples (dbwells)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 26 17:59:23 EDT 2010


Author: dbwells
Date: 2010-07-26 17:59:17 -0400 (Mon, 26 Jul 2010)
New Revision: 17037

Modified:
   branches/seials-integration/Open-ILS/examples/fm_IDL.xml
Log:
'shadowed' not a virtual column


Modified: branches/seials-integration/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/seials-integration/Open-ILS/examples/fm_IDL.xml	2010-07-26 21:56:58 UTC (rev 17036)
+++ branches/seials-integration/Open-ILS/examples/fm_IDL.xml	2010-07-26 21:59:17 UTC (rev 17037)
@@ -3249,7 +3249,7 @@
 			<field reporter:label="Date Received" name="date_received" reporter:datatype="timestamp"/>
 			<field reporter:label="Status" name="status" reporter:datatype="text"/>
 			<field reporter:label="Notes" name="notes" oils_persist:virtual="true" reporter:datatype="link"/>
-			<field reporter:label="Shadowed?" name="shadowed" oils_persist:virtual="true" reporter:datatype="bool"/>
+			<field reporter:label="Shadowed?" name="shadowed" reporter:datatype="bool"/>
 		</fields>
 		<links>
 			<link field="creator" reltype="has_a" key="id" map="" class="au"/>



More information about the open-ils-commits mailing list