Lines 46-50
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
46 |
(15, 'renew_subscription', 'Renew a subscription'), |
46 |
(15, 'renew_subscription', 'Renew a subscription'), |
47 |
(15, 'routing', 'Routing'), |
47 |
(15, 'routing', 'Routing'), |
48 |
(16, 'execute_reports', 'Execute SQL reports'), |
48 |
(16, 'execute_reports', 'Execute SQL reports'), |
49 |
(16, 'create_reports', 'Create SQL Reports') |
49 |
(16, 'create_reports', 'Create SQL Reports'), |
|
|
50 |
(16, 'execute_overdues_report', 'Execute overdue items report') |
50 |
; |
51 |
; |