Lines 20-24
INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
Link Here
|
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 |
(25, 'cash_management', 'Cash management', 0) |
24 |
; |
25 |
; |