Lines 4-9
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
4 |
( 1, 'overdues_report', 'Execute overdue items report'), |
4 |
( 1, 'overdues_report', 'Execute overdue items report'), |
5 |
( 1, 'force_checkout', 'Force checkout if a limitation exists'), |
5 |
( 1, 'force_checkout', 'Force checkout if a limitation exists'), |
6 |
( 1, 'manage_restrictions', 'Manage restrictions for accounts'), |
6 |
( 1, 'manage_restrictions', 'Manage restrictions for accounts'), |
|
|
7 |
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), |
7 |
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'), |
8 |
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'), |
8 |
( 3, 'manage_circ_rules', 'manage circulation rules'), |
9 |
( 3, 'manage_circ_rules', 'manage circulation rules'), |
9 |
( 6, 'place_holds', 'Place holds for patrons'), |
10 |
( 6, 'place_holds', 'Place holds for patrons'), |
10 |
- |
|
|