From 0fc85f68a0ca72b1d20f911d2b4985613aa9a73d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 22 Jan 2020 13:44:25 +0000 Subject: [PATCH] Bug 23354: (QA follow-up) Add takepayment permission for new installs --- installer/data/mysql/userpermissions.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/userpermissions.sql b/installer/data/mysql/userpermissions.sql index ab46391bdc..4fbea09b2b 100644 --- a/installer/data/mysql/userpermissions.sql +++ b/installer/data/mysql/userpermissions.sql @@ -120,5 +120,6 @@ INSERT INTO permissions (module_bit, code, description) VALUES (23, 'self_checkout_module', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), (24, 'manage_rotas', 'Create, edit and delete rotas'), (24, 'manage_rota_items', 'Add and remove items from rotas'), - (25, 'manage_cash_registers', 'Add and remove cash registers') + (25, 'manage_cash_registers', 'Add and remove cash registers'), + (25, 'takepayment', 'Access the point of sale page and take payments') ; -- 2.11.0