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

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Feb 8 09:59:50 EST 2009


Author: erickson
Date: 2009-02-08 09:59:49 -0500 (Sun, 08 Feb 2009)
New Revision: 12108

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
no need to publish provider contacts in reporter-store

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-02-08 14:43:43 UTC (rev 12107)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-02-08 14:59:49 UTC (rev 12108)
@@ -4012,7 +4012,7 @@
         </permacrud>
 	</class>
 
-	<class id="acqpc" controller="open-ils.cstore open-ils.pcrud open-ils.reporter-store" oils_obj:fieldmapper="acq::provider_contact" oils_persist:tablename="acq.provider_contact" reporter:label="Provider Contact">
+	<class id="acqpc" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="acq::provider_contact" oils_persist:tablename="acq.provider_contact" reporter:label="Provider Contact">
 		<fields oils_persist:primary="id" oils_persist:sequence="acq.provider_contact_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