Lines 46-51
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
46 |
( 9, 'edit_items', 'Edit items'), |
46 |
( 9, 'edit_items', 'Edit items'), |
47 |
( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'), |
47 |
( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'), |
48 |
( 9, 'delete_all_items', 'Delete all items at once'), |
48 |
( 9, 'delete_all_items', 'Delete all items at once'), |
|
|
49 |
( 9, 'edit_any_item', 'Edit any item reguardless of home library'), |
49 |
(10, 'payout', 'Perform account payout action'), |
50 |
(10, 'payout', 'Perform account payout action'), |
50 |
(10, 'refund', 'Perform account refund action'), |
51 |
(10, 'refund', 'Perform account refund action'), |
51 |
(10, 'discount', 'Perform account discount action'), |
52 |
(10, 'discount', 'Perform account discount action'), |
52 |
- |
|
|