Lines 51-56
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
51 |
( 4, 'list_borrowers', 'Search, list and view patrons'), |
51 |
( 4, 'list_borrowers', 'Search, list and view patrons'), |
52 |
( 4, 'send_messages_to_borrowers', 'Send messages to patrons'), |
52 |
( 4, 'send_messages_to_borrowers', 'Send messages to patrons'), |
53 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
53 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
|
|
54 |
( 4, 'view_checkout_history', 'Viewing checkout history'), |
54 |
( 6, 'place_holds', 'Place holds for patrons'), |
55 |
( 6, 'place_holds', 'Place holds for patrons'), |
55 |
( 6, 'modify_holds_priority', 'Modify holds priority'), |
56 |
( 6, 'modify_holds_priority', 'Modify holds priority'), |
56 |
( 6, 'alter_hold_targets', 'Move holds between items and records'), |
57 |
( 6, 'alter_hold_targets', 'Move holds between items and records'), |
57 |
- |
|
|