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

(-)a/installer/data/mysql/atomicupdate/bug_19817.sql (+2 lines)
Lines 1-2 Link Here
1
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
1
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
2
VALUES ('KohaManualBaseURL','http://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free');
2
VALUES ('KohaManualBaseURL','http://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free');
3
4
INSERT IGNORE INTO permissions (module_bit, code, description) VALUES (13, 'edit_help', 'Edit the local manual files');
(-)a/installer/data/mysql/userpermissions.sql (-1 / +1 lines)
Lines 58-63 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
58
   (13, 'marc_modification_templates', 'Manage marc modification templates'),
58
   (13, 'marc_modification_templates', 'Manage marc modification templates'),
59
   (13, 'records_batchdel', 'Perform batch deletion of records (bibliographic or authority)'),
59
   (13, 'records_batchdel', 'Perform batch deletion of records (bibliographic or authority)'),
60
   (13, 'upload_general_files', 'Upload any file'),
60
   (13, 'upload_general_files', 'Upload any file'),
61
   (13, 'edit_help', 'Edit the local manual files'),
61
   (13, 'upload_manage', 'Manage uploaded files'),
62
   (13, 'upload_manage', 'Manage uploaded files'),
62
   (15, 'check_expiration', 'Check the expiration of a serial'),
63
   (15, 'check_expiration', 'Check the expiration of a serial'),
63
   (15, 'claim_serials', 'Claim missing serials'),
64
   (15, 'claim_serials', 'Claim missing serials'),
64
- 

Return to bug 19817