Lines 39-44
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
39 |
( 3, 'manage_additional_fields', 'Add, edit, or delete additional custom fields for baskets or subscriptions (also requires order_manage or edit_subscription permissions)'), |
39 |
( 3, 'manage_additional_fields', 'Add, edit, or delete additional custom fields for baskets or subscriptions (also requires order_manage or edit_subscription permissions)'), |
40 |
( 3, 'manage_keyboard_shortcuts', 'Manage keyboard shortcuts for the advanced cataloging editor'), |
40 |
( 3, 'manage_keyboard_shortcuts', 'Manage keyboard shortcuts for the advanced cataloging editor'), |
41 |
( 3, 'manage_smtp_servers', 'Manage SMTP servers configuration'), |
41 |
( 3, 'manage_smtp_servers', 'Manage SMTP servers configuration'), |
|
|
42 |
( 3, 'manage_sftp_servers', 'Manage FTP/SFTP servers configuration'), |
42 |
( 3, 'manage_background_jobs', 'Manage background jobs'), |
43 |
( 3, 'manage_background_jobs', 'Manage background jobs'), |
43 |
( 3, 'manage_curbside_pickups', 'Manage curbside pickups'), |
44 |
( 3, 'manage_curbside_pickups', 'Manage curbside pickups'), |
44 |
( 3, 'manage_search_filters', 'Manage custom search filters'), |
45 |
( 3, 'manage_search_filters', 'Manage custom search filters'), |
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 |
; |
168 |
- |
|
|