View | Details | Raw Unified | Return to bug 20256
Collapse All | Expand All

(-)a/installer/data/mysql/mandatory/userpermissions.sql (-2 / +1 lines)
Lines 53-59 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
53
   ( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'),
53
   ( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'),
54
   ( 9, 'delete_all_items', 'Delete all items at once'),
54
   ( 9, 'delete_all_items', 'Delete all items at once'),
55
   ( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups'),
55
   ( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups'),
56
   ( 9, 'edit_any_item', 'Edit any item reguardless of home library'),
56
   ( 9, 'edit_any_item', 'Edit any item regardless of home library'),
57
   (10, 'payout', 'Perform account payout action'),
57
   (10, 'payout', 'Perform account payout action'),
58
   (10, 'refund', 'Perform account refund action'),
58
   (10, 'refund', 'Perform account refund action'),
59
   (10, 'discount', 'Perform account discount action'),
59
   (10, 'discount', 'Perform account discount action'),
60
- 

Return to bug 20256