Make it possible for ACQ staff that have the CREATE_PURCHASE_ORDER
permission to view distribution formulas (via PCRUD) , making it
possible to use them from the PO batch update operation.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
<create permission="ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
- <retrieve permission="ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
+ <retrieve permission="CREATE_PURCHASE_ORDER ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
<update permission="ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
<delete permission="ADMIN_ACQ_DISTRIB_FORMULA" context_field="owner"/>
</actions>