@@ -, +, @@ --- installer/data/mysql/userflags.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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) ; --