|
Lines 50-56
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
| 50 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
50 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
| 51 |
( 4, 'list_borrowers', 'Search, list and view patrons'), |
51 |
( 4, 'list_borrowers', 'Search, list and view patrons'), |
| 52 |
( 4, 'merge_borrowers', 'Merge patrons'), |
52 |
( 4, 'merge_borrowers', 'Merge patrons'), |
| 53 |
( 4, 'send_messages_to_borrowers', 'Send messages to patrons'), |
53 |
( 4, 'send_messages_to_borrowers_email', 'Send messages to patrons via email'), |
|
|
54 |
( 4, 'send_messages_to_borrowers_sms', 'Send messages to patrons via sms'), |
| 54 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
55 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
| 55 |
( 4, 'view_checkout_history', 'View checkout history'), |
56 |
( 4, 'view_checkout_history', 'View checkout history'), |
| 56 |
( 4, 'view_holds_history', 'View holds history'), |
57 |
( 4, 'view_holds_history', 'View holds history'), |