|
Lines 108-113
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
| 108 |
(13, 'moderate_comments', 'Moderate patron comments'), |
108 |
(13, 'moderate_comments', 'Moderate patron comments'), |
| 109 |
(13, 'edit_notices', 'Define notices'), |
109 |
(13, 'edit_notices', 'Define notices'), |
| 110 |
(13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'), |
110 |
(13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'), |
|
|
111 |
(13, 'view_generated_notices', 'View and print generated notices'), |
| 111 |
(13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'), |
112 |
(13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'), |
| 112 |
(13, 'view_system_logs', 'Browse the system logs'), |
113 |
(13, 'view_system_logs', 'Browse the system logs'), |
| 113 |
(13, 'inventory', 'Perform inventory (stocktaking) of your catalog'), |
114 |
(13, 'inventory', 'Perform inventory (stocktaking) of your catalog'), |
|
Lines 172-175
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
| 172 |
(25, 'takepayment', 'Access the point of sale page and take payments'), |
173 |
(25, 'takepayment', 'Access the point of sale page and take payments'), |
| 173 |
(26, 'manage_problem_reports', 'Manage OPAC problem reports'), |
174 |
(26, 'manage_problem_reports', 'Manage OPAC problem reports'), |
| 174 |
(27, 'manage_recalls', 'Manage recalls for patrons') |
175 |
(27, 'manage_recalls', 'Manage recalls for patrons') |
| 175 |
; |
176 |
; |