[open-ils-commits] r7844 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 26 14:38:25 EDT 2007


Author: miker
Date: 2007-09-26 14:28:35 -0400 (Wed, 26 Sep 2007)
New Revision: 7844

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
it would seem that "do" is reserved ... never seen that one before

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2007-09-26 18:21:39 UTC (rev 7843)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2007-09-26 18:28:35 UTC (rev 7844)
@@ -2589,9 +2589,9 @@
 
 			SELECT	t.*
 			  FROM	action.transit_copy t
-				JOIN actor.org_unit AS so ON (t.source = so.id)
-				JOIN actor.org_unit AS do ON (t.dest = do.id)
-			  WHERE	so.parent_ou <> do.parent_ou
+				JOIN actor.org_unit AS s ON (t.source = s.id)
+				JOIN actor.org_unit AS d ON (t.dest = d.id)
+			  WHERE	s.parent_ou <> d.parent_ou
 
 		</oils_persist:source_definition>
 		<fields oils_persist:primary="id" oils_persist:sequence="action.transit_copy_id_seq">



More information about the open-ils-commits mailing list