View | Details | Raw Unified | Return to bug 23354
Collapse All | Expand All

(-)a/installer/data/mysql/userpermissions.sql (-2 / +2 lines)
Lines 120-124 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
120
   (23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
120
   (23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
121
   (24, 'manage_rotas', 'Create, edit and delete rotas'),
121
   (24, 'manage_rotas', 'Create, edit and delete rotas'),
122
   (24, 'manage_rota_items', 'Add and remove items from rotas'),
122
   (24, 'manage_rota_items', 'Add and remove items from rotas'),
123
   (25, 'manage_cash_registers', 'Add and remove cash registers')
123
   (25, 'manage_cash_registers', 'Add and remove cash registers'),
124
   (25, 'takepayment', 'Access the point of sale page and take payments')
124
;
125
;
125
- 

Return to bug 23354