Lines 7-12
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
7 |
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), |
7 |
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), |
8 |
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'), |
8 |
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'), |
9 |
( 3, 'manage_circ_rules', 'Manage circulation rules'), |
9 |
( 3, 'manage_circ_rules', 'Manage circulation rules'), |
|
|
10 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
11 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
10 |
( 6, 'place_holds', 'Place holds for patrons'), |
12 |
( 6, 'place_holds', 'Place holds for patrons'), |
11 |
( 6, 'modify_holds_priority', 'Modify holds priority'), |
13 |
( 6, 'modify_holds_priority', 'Modify holds priority'), |
12 |
( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), |
14 |
( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), |