Lines 61-66
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
61 |
( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups'), |
61 |
( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups'), |
62 |
( 9, 'manage_item_editor_templates', 'Update and delete item editor template owned by others'), |
62 |
( 9, 'manage_item_editor_templates', 'Update and delete item editor template owned by others'), |
63 |
( 9, 'edit_any_item', 'Edit any item regardless of home library'), |
63 |
( 9, 'edit_any_item', 'Edit any item regardless of home library'), |
|
|
64 |
( 9, 'edit_locked_records', 'Edit locked records'), |
65 |
( 9, 'set_record_sources', 'Set record source'), |
64 |
(10, 'payout', 'Perform account payout action'), |
66 |
(10, 'payout', 'Perform account payout action'), |
65 |
(10, 'refund', 'Perform account refund action'), |
67 |
(10, 'refund', 'Perform account refund action'), |
66 |
(10, 'discount', 'Perform account discount action'), |
68 |
(10, 'discount', 'Perform account discount action'), |
67 |
- |
|
|