Lines 121-126
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
121 |
(23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), |
121 |
(23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), |
122 |
(24, 'manage_rotas', 'Create, edit and delete rotas'), |
122 |
(24, 'manage_rotas', 'Create, edit and delete rotas'), |
123 |
(24, 'manage_rota_items', 'Add and remove items from rotas'), |
123 |
(24, 'manage_rota_items', 'Add and remove items from rotas'), |
|
|
124 |
(25, 'anonymous_refund', 'Perform refund actions from cash registers'), |
124 |
(25, 'cashup', 'Perform cash register cashup action'), |
125 |
(25, 'cashup', 'Perform cash register cashup action'), |
125 |
(25, 'takepayment', 'Access the point of sale page and take payments') |
126 |
(25, 'takepayment', 'Access the point of sale page and take payments') |
126 |
; |
127 |
; |