[open-ils-commits] r7835 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 26 13:16:37 EDT 2007
Author: miker
Date: 2007-09-26 13:06:48 -0400 (Wed, 26 Sep 2007)
New Revision: 7835
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
XML::Simple is complaining about the namespace ...
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2007-09-26 16:57:46 UTC (rev 7834)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2007-09-26 17:06:48 UTC (rev 7835)
@@ -2585,7 +2585,7 @@
</class>
<class id="iatc" controller="open-ils.reporter-store" oils_obj:fieldmapper="action::intersystem_transit_copy" oils_persist:readonly="true" reporter:core="true" reporter:label="Inter-system Copy Transit">
- <oils_persist:source_definition>
+ <source_definition>
SELECT t.*
FROM action.transit_copy t
@@ -2593,7 +2593,7 @@
JOIN actor.org_unit do ON (t.dest = do.id)
WHERE so.parent_ou <> do.parent_ou
- </oils_persist:source_definition>
+ </source_definition>
<fields oils_persist:primary="id" oils_persist:sequence="action.transit_copy_id_seq">
<field name="isnew" oils_obj:array_position="0" oils_persist:virtual="true" />
<field name="ischanged" oils_obj:array_position="1" oils_persist:virtual="true" />
More information about the open-ils-commits
mailing list