http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=14298 --- Comment #34 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Zeno Tajoli from comment #3)
The second error is present because the update 3.21.00.027 starts so:
dbh->do(q| INSERT INTO permissions (module_bit, code, description) VALUES (1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID') |);
But in 3.20.5 in file installer/data/mysql/en/mandatory/userpermissions.sql I see:
INSERT INTO permissions (module_bit, code, description) VALUES [...] ( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
So in 3.20.x the code 'self_checkout' could be present.
Follow-up added on bug 14298. -- You are receiving this mail because: You are watching all bug changes.