Bug 33105: (follow-up) DB changes

boooh!

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2023-07-20 16:25:45 +02:00
parent fa9750e24d
commit d0fddc0194

View file

@ -73,7 +73,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
(11, 'planning_manage', 'Manage budget plannings'),
(11, 'order_manage', 'Manage baskets and order lines'),
(11, 'order_manage_all', 'Manage all baskets and order lines, regardless of restrictions on them'),
(11, 'issue_manage', 'Manage issues');
(11, 'issue_manage', 'Manage issues'),
(11, 'group_manage', 'Manage basket groups'),
(11, 'order_receive', 'Receive orders and manage shipments'),
(11, 'budget_add_del', 'Add and delete funds (but can''t modify funds)'),