Bug 34844: Rmaint fix: Remove unwanted permission

This commit is contained in:
Matt Blenkinsop 2023-10-18 08:53:38 +00:00
parent ebbf824f37
commit 56fb0d3275

View file

@ -57,7 +57,6 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 9, 'delete_all_items', 'Delete all items at once'),
( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups'),
( 9, 'manage_item_editor_templates', 'Update and delete item editor template owned by others'),
( 9, 'edit_any_item', 'Edit any item regardless of home library'),
(10, 'payout', 'Perform account payout action'),
(10, 'refund', 'Perform account refund action'),
(10, 'discount', 'Perform account discount action'),