Lines 89-95
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
89 |
(21, 'edit_clubs', 'Create and update clubs'), |
89 |
(21, 'edit_clubs', 'Create and update clubs'), |
90 |
(21, 'enroll', 'Enroll patrons in clubs'), |
90 |
(21, 'enroll', 'Enroll patrons in clubs'), |
91 |
(23, 'self_checkin_module', 'Log into the self check-in module'), |
91 |
(23, 'self_checkin_module', 'Log into the self check-in module'), |
92 |
(23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID') |
92 |
(23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), |
93 |
(24, 'manage_rotas', 'Create, edit and delete rotas'), |
93 |
(24, 'manage_rotas', 'Create, edit and delete rotas'), |
94 |
(24, 'manage_rota_items', 'Add and remove items from rotas') |
94 |
(24, 'manage_rota_items', 'Add and remove items from rotas') |
95 |
; |
95 |
; |
96 |
- |
|
|