add edit_quotes to es-ES/mandatory/userpermissions.sql
Signed-off-by: Mason James <mtj@kohaaloha.com> http://bugs.koha-community.org/show_bug.cgi?id=7977 Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
9a867b176c
commit
9959cf45e7
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(13, 'moderate_comments', 'Moderate patron comments'),
|
||||
(13, 'edit_notices', 'Define notices'),
|
||||
(13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'),
|
||||
(13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'),
|
||||
(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'),
|
||||
|
|
Loading…
Reference in a new issue