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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 2 13:47:34 EST 2010


Author: erickson
Date: 2010-03-02 13:47:30 -0500 (Tue, 02 Mar 2010)
New Revision: 15656

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added permacrud retrieve entries for po/li history tables

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-03-02 18:39:36 UTC (rev 15655)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-03-02 18:47:30 UTC (rev 15656)
@@ -5151,6 +5151,7 @@
 			<link field="provider" reltype="has_a" key="id" map="" class="acqpro"/>
 		</links>
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+            <retrieve permission="CREATE_PURCHASE_ORDER VIEW_PURCHASE_ORDER" context_field="ordering_agency"/>
 		</permacrud>
 	</class>
 
@@ -5238,6 +5239,10 @@
 			<link field="eg_bib_id" reltype="has_a" key="id" map="" class="bre"/>
 		</links>
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+            <retrieve permission="CREATE_PURCHASE_ORDER VIEW_PURCHASE_ORDER">
+                <context link="purchase_order" field="ordering_agency"/>
+                <context link="picklist" field="org_unit"/>
+            </retrieve>
 		</permacrud>
 	</class>
 



More information about the open-ils-commits mailing list