Lines 42-47
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
42 |
( 3, 'manage_curbside_pickups', 'Manage curbside pickups'), |
42 |
( 3, 'manage_curbside_pickups', 'Manage curbside pickups'), |
43 |
( 3, 'manage_search_filters', 'Manage custom search filters'), |
43 |
( 3, 'manage_search_filters', 'Manage custom search filters'), |
44 |
( 3, 'manage_identity_providers', 'Manage authentication providers'), |
44 |
( 3, 'manage_identity_providers', 'Manage authentication providers'), |
|
|
45 |
( 3, 'manage_import_sources', 'Manage import sources'), |
45 |
( 4, 'delete_borrowers', 'Delete patrons'), |
46 |
( 4, 'delete_borrowers', 'Delete patrons'), |
46 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
47 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
47 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
48 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
48 |
- |
|
|