[open-ils-commits] r12728 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 31 08:41:33 EDT 2009
Author: erickson
Date: 2009-03-31 08:41:32 -0400 (Tue, 31 Mar 2009)
New Revision: 12728
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
repaired copy/paste 'editor' field name for acqpl links
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-03-31 04:23:13 UTC (rev 12727)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-03-31 12:41:32 UTC (rev 12728)
@@ -4632,7 +4632,7 @@
<links>
<link field="owner" reltype="has_a" key="id" map="" class="au"/>
<link field="creator" reltype="has_a" key="id" map="" class="au"/>
- <link field="owner" reltype="has_a" key="id" map="" class="au"/>
+ <link field="editor" reltype="has_a" key="id" map="" class="au"/>
<link field="org_unit" reltype="has_a" key="id" map="" class="aou"/>
<link field="entries" reltype="has_many" key="picklist" map="" class="jub"/>
</links>
More information about the open-ils-commits
mailing list