It would be nice if there were a delete permission for cataloging. Right now if you can edit you can delete, but it would be nice to allow only select people to delete and more people to edit.
Create a two new permissions -- "delete items" and "delete biblios" under "editcatalogue" group. Based on how permissions are setup for a user, allow or disallow access to following in the catalogue pages: Under "Edit" menu: delete record delete all items In additem.pl page Delete (item) link There is already a permission for BatchMod.pl (delete option), so no change is required here. During database update set the permissions to "allow" for all users with corresponding "edit" permissions. So users who can edit biblios and holding will be able to delete biblios and items, and those who can edit items will be able to delete items.
If you don't have permission to edit items it should hide the 'edit' links on moredetail.pl as well. Also the edit and delete links should be hidden from the left side of : additem.pl depending on what permissions you have/don't have. Somehow a link like this: /cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=4091&itemnumber=5514#edititem Should prompt you that you don't have the right permissions if you don't have edit item permissions. I think that's all the places (but I'll keep looking). Nicole
I'm sorry, I'm not sure why I thought this had 'edit items' permissions listed. Ignore the pages where I talked about edit links :) But there is still the delete link on additem.pl that needs to be hidden if you don't have permission to delete items. Nicole