[open-ils-commits] r12177 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Feb 13 14:58:27 EST 2009


Author: erickson
Date: 2009-02-13 14:58:24 -0500 (Fri, 13 Feb 2009)
New Revision: 12177

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
fixed fkey col name

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-02-13 17:06:42 UTC (rev 12176)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-02-13 19:58:24 UTC (rev 12177)
@@ -3925,7 +3925,7 @@
 			<field name="string" oils_obj:array_position="7" oils_persist:virtual="false" reporter:datatype="text" oils_persist:i18n="true"/>
 		</fields>
 		<links>
-			<link field="owner" reltype="has_a" key="code" map="" class="aou"/>
+			<link field="owner" reltype="has_a" key="id" map="" class="aou"/>
 		</links>
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
             <actions>



More information about the open-ils-commits mailing list