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