Lines 101-106
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
101 |
(13, 'moderate_comments', 'Moderate patron comments'), |
101 |
(13, 'moderate_comments', 'Moderate patron comments'), |
102 |
(13, 'edit_notices', 'Define notices'), |
102 |
(13, 'edit_notices', 'Define notices'), |
103 |
(13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'), |
103 |
(13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'), |
|
|
104 |
(13, 'view_generated_notices', 'View and print generated notices'), |
104 |
(13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'), |
105 |
(13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'), |
105 |
(13, 'view_system_logs', 'Browse the system logs'), |
106 |
(13, 'view_system_logs', 'Browse the system logs'), |
106 |
(13, 'inventory', 'Perform inventory (stocktaking) of your catalog'), |
107 |
(13, 'inventory', 'Perform inventory (stocktaking) of your catalog'), |
Lines 164-167
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
164 |
(25, 'takepayment', 'Access the point of sale page and take payments'), |
165 |
(25, 'takepayment', 'Access the point of sale page and take payments'), |
165 |
(26, 'manage_problem_reports', 'Manage OPAC problem reports'), |
166 |
(26, 'manage_problem_reports', 'Manage OPAC problem reports'), |
166 |
(27, 'manage_recalls', 'Manage recalls for patrons') |
167 |
(27, 'manage_recalls', 'Manage recalls for patrons') |
167 |
; |
168 |
; |