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

(-)a/installer/data/mysql/userflags.sql (-1 / +1 lines)
Lines 19-24 INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES Link Here
19
(20, 'lists', 'Lists', 0),
19
(20, 'lists', 'Lists', 0),
20
(21, 'clubs', 'Patron clubs', '0'),
20
(21, 'clubs', 'Patron clubs', '0'),
21
(22,'ill','The Interlibrary Loans Module',0),
21
(22,'ill','The Interlibrary Loans Module',0),
22
(23,'self_check','Self check modules',0)
22
(23,'self_check','Self check modules',0),
23
(24, 'stockrotation', 'Manage stockrotation operations', 0)
23
(24, 'stockrotation', 'Manage stockrotation operations', 0)
24
;
24
;
(-)a/installer/data/mysql/userpermissions.sql (-2 / +1 lines)
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
- 

Return to bug 11897