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

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

Return to bug 20256