@@ -, +, @@ --- installer/data/mysql/userflags.sql | 2 +- installer/data/mysql/userpermissions.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/installer/data/mysql/userflags.sql +++ a/installer/data/mysql/userflags.sql @@ -19,6 +19,6 @@ INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES (20, 'lists', 'Lists', 0), (21, 'clubs', 'Patron clubs', '0'), (22,'ill','The Interlibrary Loans Module',0), -(23,'self_check','Self check modules',0) +(23,'self_check','Self check modules',0), (24, 'stockrotation', 'Manage stockrotation operations', 0) ; --- a/installer/data/mysql/userpermissions.sql +++ a/installer/data/mysql/userpermissions.sql @@ -89,7 +89,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES (21, 'edit_clubs', 'Create and update clubs'), (21, 'enroll', 'Enroll patrons in clubs'), (23, 'self_checkin_module', 'Log into the self check-in module'), - (23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID') + (23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), (24, 'manage_rotas', 'Create, edit and delete rotas'), (24, 'manage_rota_items', 'Add and remove items from rotas') ; --