</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
- <create permission="CREATE_PATRON_STAT_CAT" context_field="owner"/>
+ <create permission="CREATE_COPY_STAT_CAT" context_field="owner"/>
<retrieve permission="STAFF_LOGIN" global_required="true"/>
- <update permission="UPDATE_PATRON_STAT_CAT" context_field="owner"/>
- <delete permission="DELETE_PATRON_STAT_CAT" context_field="owner"/>
+ <update permission="UPDATE_COPY_STAT_CAT" context_field="owner"/>
+ <delete permission="DELETE_COPY_STAT_CAT" context_field="owner"/>
</actions>
</permacrud>
</class>
</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
- <create permission="CREATE_PATRON_STAT_CAT_ENTRY">
+ <create permission="CREATE_COPY_STAT_CAT_ENTRY">
<context link="stat_cat" field="owner"/>
</create>
<retrieve permission="STAFF_LOGIN" global_required="true"/>
- <update permission="UPDATE_PATRON_STAT_CAT_ENTRY">
+ <update permission="UPDATE_COPY_STAT_CAT_ENTRY">
<context link="stat_cat" field="owner"/>
</update>
- <delete permission="DELETE_PATRON_STAT_CAT_ENTRY">
+ <delete permission="DELETE_COPY_STAT_CAT_ENTRY">
<context link="stat_cat" field="owner"/>
</delete>
</actions>