View | Details | Raw Unified | Return to bug 40364
Collapse All | Expand All

(-)a/installer/data/mysql/mandatory/userpermissions.sql (-3 / +2 lines)
Lines 51-58 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
   ( 4, 'view_checkout_history', 'View checkout history'),
55
   ( 4, 'view_holds_history', 'Viewing holds history'),
55
   ( 4, 'view_holds_history', 'View holds history'),
56
   ( 6, 'place_holds', 'Place holds for patrons'),
56
   ( 6, 'place_holds', 'Place holds for patrons'),
57
   ( 6, 'modify_holds_priority', 'Modify holds priority'),
57
   ( 6, 'modify_holds_priority', 'Modify holds priority'),
58
   ( 6, 'alter_hold_targets', 'Move holds between items and records'),
58
   ( 6, 'alter_hold_targets', 'Move holds between items and records'),
59
- 

Return to bug 40364