Lines 47-52
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
47 |
( 4, 'delete_borrowers', 'Delete patrons'), |
47 |
( 4, 'delete_borrowers', 'Delete patrons'), |
48 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
48 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
49 |
( 4, 'list_borrowers', 'Search, list and view patrons'), |
49 |
( 4, 'list_borrowers', 'Search, list and view patrons'), |
|
|
50 |
( 4, 'validate_borrowers', 'Check validity of username and password'), |
50 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
51 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
51 |
( 6, 'place_holds', 'Place holds for patrons'), |
52 |
( 6, 'place_holds', 'Place holds for patrons'), |
52 |
( 6, 'modify_holds_priority', 'Modify holds priority'), |
53 |
( 6, 'modify_holds_priority', 'Modify holds priority'), |