Bug 11569: Correcting typos in userpermissions.sql
authorAleisha <aleishaamohia@hotmail.com>
Mon, 21 Dec 2015 22:45:57 +0000 (22:45 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Dec 2015 16:21:38 +0000 (16:21 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/userpermissions.sql

index 25d4f92..268e9e6 100644 (file)
@@ -6,7 +6,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    ( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
    ( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
    ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
-   ( 3, 'manage_circ_rules', 'manage circulation rules'),
+   ( 3, 'manage_circ_rules', 'Manage circulation rules'),
    ( 6, 'place_holds', 'Place holds for patrons'),
    ( 6, 'modify_holds_priority', 'Modify holds priority'),
    ( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'),
@@ -38,7 +38,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    (13, 'view_system_logs', 'Browse the system logs'),
    (13, 'inventory', 'Perform inventory (stocktaking) of your catalog'),
    (13, 'stage_marc_import', 'Stage MARC records into the reservoir'),
-   (13, 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'),
+   (13, 'manage_staged_marc', 'Manage staged MARC records, including completing and reversing imports'),
    (13, 'export_catalog', 'Export bibliographic and holdings data'),
    (13, 'import_patrons', 'Import patron data'),
    (13, 'edit_patrons', 'Perform batch modification of patrons'),